Merge pull request #7056 from guggero/watch-only-seed-birthday

wallet: use correct birthday timestamp when creating watch-only wallet
This commit is contained in:
Oliver Gugger 2022-10-24 09:21:27 +02:00 committed by GitHub
commit bac7e6360e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ func waitForWalletPassword(cfg *Config,
"signer config disabled")
}
birthday = initMsg.ExtendedKeyBirthday
birthday = initMsg.WatchOnlyBirthday
newWallet, err = loader.CreateNewWatchingOnlyWallet(
password, birthday,
)

View File

@ -53,6 +53,10 @@
wallet](https://github.com/lightningnetwork/lnd/pull/6775). NOTE that funding
PSBTs from imported tap scripts is not currently possible.
* [The wallet birthday is now used properly when creating a watch-only wallet
to avoid scanning the whole
chain](https://github.com/lightningnetwork/lnd/pull/7056).
## Build
[The project has updated to Go