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