Skip to content

Commit 6914db4

Browse files
committed
config_builder: use correct birthday when creating watch-only wallet
1 parent 1d3e51e commit 6914db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
)

0 commit comments

Comments
 (0)