Skip to content

Commit 83919a0

Browse files
committed
Merge branch 'v0-15-5-branch-rc2-7056' into v0-15-5-branch-rc2
2 parents 1d3e51e + 8556185 commit 83919a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ func waitForWalletPassword(cfg *Config,
10181018
"signer config disabled")
10191019
}
10201020

1021-
birthday = initMsg.ExtendedKeyBirthday
1021+
birthday = initMsg.WatchOnlyBirthday
10221022
newWallet, err = loader.CreateNewWatchingOnlyWallet(
10231023
password, birthday,
10241024
)

docs/release-notes/release-notes-0.15.5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
received](https://github.com/lightningnetwork/lnd/pull/7095) to avoid CPU
1010
spike.
1111

12+
* [The wallet birthday is now used properly when creating a watch-only wallet
13+
to avoid scanning the whole
14+
chain](https://github.com/lightningnetwork/lnd/pull/7056).
15+
1216
# Contributors (Alphabetical Order)
1317

1418
* Oliver Gugger

0 commit comments

Comments
 (0)