Skip to content

Commit 5b6b5ef

Browse files
committed
util: Use FEATURE_LATEST for wallets created with bitcoin-wallet
1 parent 04437ee commit 5b6b5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallettool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static void WalletCreate(CWallet* wallet_instance, uint64_t wallet_creation_flag
2626
{
2727
LOCK(wallet_instance->cs_wallet);
2828

29-
wallet_instance->SetMinVersion(FEATURE_HD_SPLIT);
29+
wallet_instance->SetMinVersion(FEATURE_LATEST);
3030
wallet_instance->AddWalletFlags(wallet_creation_flags);
3131

3232
if (!wallet_instance->IsWalletFlagSet(WALLET_FLAG_DESCRIPTORS)) {

0 commit comments

Comments
 (0)