Skip to content

Commit

Permalink
Merge 0475a23 into merged_master (Bitcoin PR bitcoin/bitcoin#23349)
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed May 26, 2023
2 parents af1eede + 0475a23 commit 33b01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallettool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void WalletCreate(CWallet* wallet_instance, uint64_t wallet_creation_flag
{
LOCK(wallet_instance->cs_wallet);

wallet_instance->SetMinVersion(FEATURE_HD_SPLIT);
wallet_instance->SetMinVersion(FEATURE_LATEST);
wallet_instance->AddWalletFlags(wallet_creation_flags);

if (!wallet_instance->IsWalletFlagSet(WALLET_FLAG_DESCRIPTORS)) {
Expand Down

0 comments on commit 33b01e3

Please sign in to comment.