diff --git a/src/wallet/wallettool.cpp b/src/wallet/wallettool.cpp index 3f8500adf3..5837acb6ac 100644 --- a/src/wallet/wallettool.cpp +++ b/src/wallet/wallettool.cpp @@ -24,7 +24,7 @@ static void WalletToolReleaseWallet(CWallet* wallet) static void WalletCreate(CWallet* wallet_instance, uint64_t wallet_creation_flags) { LOCK(wallet_instance->cs_wallet); - wallet_instance->SetMinVersion(FEATURE_COMPRPUBKEY); + wallet_instance->SetMinVersion(FEATURE_LATEST); wallet_instance->SetWalletFlag(wallet_creation_flags); if (!wallet_instance->IsWalletFlagSet(WALLET_FLAG_DESCRIPTORS)) {