trivial: typo fix

This commit is contained in:
ErikEk
2020-03-19 05:43:49 +01:00
parent 8a9b7595b7
commit 4e47181b99
9 changed files with 16 additions and 16 deletions

View File

@@ -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)
}