mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 12:22:38 +01:00
trivial: typo fix
This commit is contained in:
@@ -216,7 +216,7 @@ func (m *MockNotifier) RegisterSpendNtfn(outpoint *wire.OutPoint,
|
||||
m.mutex.Unlock()
|
||||
|
||||
// If output has been spent already, signal now. Do this outside the
|
||||
// lock to prevent a dead lock.
|
||||
// lock to prevent a deadlock.
|
||||
if spent {
|
||||
m.sendSpend(channel, outpoint, spendingTx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user