mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
keychain/btcwallet: convert Locked() -> IsLocked()
This commit is contained in:
@@ -73,7 +73,7 @@ func (b *BtcWalletKeyRing) keyScope() (*waddrmgr.ScopedKeyManager, error) {
|
|||||||
|
|
||||||
// Otherwise, we'll first do a check to ensure that the root manager
|
// Otherwise, we'll first do a check to ensure that the root manager
|
||||||
// isn't locked, as otherwise we won't be able to *use* the scope.
|
// isn't locked, as otherwise we won't be able to *use* the scope.
|
||||||
if b.wallet.Manager.Locked() {
|
if b.wallet.Manager.IsLocked() {
|
||||||
return nil, fmt.Errorf("cannot create BtcWalletKeyRing with " +
|
return nil, fmt.Errorf("cannot create BtcWalletKeyRing with " +
|
||||||
"locked waddrmgr.Manager")
|
"locked waddrmgr.Manager")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user