mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 09:42:31 +02:00
multi: fix canceled spelling
This commit is contained in:
@@ -166,7 +166,7 @@ func (m *MockNotifier) RegisterBlockEpochNtfn(
|
||||
return &chainntnfs.BlockEpochEvent{
|
||||
Epochs: epochChan,
|
||||
Cancel: func() {
|
||||
log.Tracef("Mock block ntfn cancelled")
|
||||
log.Tracef("Mock block ntfn canceled")
|
||||
m.mutex.Lock()
|
||||
delete(m.epochChan, epochChan)
|
||||
m.mutex.Unlock()
|
||||
|
Reference in New Issue
Block a user