mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-03 00:10:20 +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")
|
||||
}
|
||||
|
||||
birthday = initMsg.ExtendedKeyBirthday
|
||||
birthday = initMsg.WatchOnlyBirthday
|
||||
newWallet, err = loader.CreateNewWatchingOnlyWallet(
|
||||
password, birthday,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user