mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
config_builder: use correct birthday when creating watch-only wallet
This commit is contained in:
parent
c65abf8b05
commit
b17a2deaf4
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ func waitForWalletPassword(cfg *Config,
|
|||
"signer config disabled")
|
||||
}
|
||||
|
||||
birthday = initMsg.ExtendedKeyBirthday
|
||||
birthday = initMsg.WatchOnlyBirthday
|
||||
newWallet, err = loader.CreateNewWatchingOnlyWallet(
|
||||
password, birthday,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue