mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-29 15:36:34 +01:00
multi: fix canceled spelling
This commit is contained in:
@@ -141,7 +141,7 @@ type ChainNotifier interface {
|
||||
|
||||
// Stops the concrete ChainNotifier. Once stopped, the ChainNotifier
|
||||
// should disallow any future requests from potential clients.
|
||||
// Additionally, all pending client notifications will be cancelled
|
||||
// Additionally, all pending client notifications will be canceled
|
||||
// by closing the related channels on the *Event's.
|
||||
Stop() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user