mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -438,7 +438,7 @@ func (cm *circuitMap) cleanClosedChannels() error {
|
||||
return ErrCorruptedCircuitMap
|
||||
}
|
||||
|
||||
// Delete the ciruit.
|
||||
// Delete the circuit.
|
||||
for inKey := range circuitKeySet {
|
||||
if err := circuitBkt.Delete(inKey.Bytes()); err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user