mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-04 00:40:34 +02:00
config_builder: use correct birthday when creating watch-only wallet
This commit is contained in:
parent
c65abf8b05
commit
b17a2deaf4
@ -1033,7 +1033,7 @@ func waitForWalletPassword(cfg *Config,
|
|||||||
"signer config disabled")
|
"signer config disabled")
|
||||||
}
|
}
|
||||||
|
|
||||||
birthday = initMsg.ExtendedKeyBirthday
|
birthday = initMsg.WatchOnlyBirthday
|
||||||
newWallet, err = loader.CreateNewWatchingOnlyWallet(
|
newWallet, err = loader.CreateNewWatchingOnlyWallet(
|
||||||
password, birthday,
|
password, birthday,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user