From f19ad404631010a5e2dac2c7cbecd057b005fe2a Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 16 Sep 2021 17:53:32 -0400 Subject: rpc, wallet: Descriptor wallets are no longer experimental --- src/wallet/rpcwallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index e922f4ede9..4b2aca3078 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2771,7 +2771,6 @@ static RPCHelpMan createwallet() throw JSONRPCError(RPC_WALLET_ERROR, "Compiled without sqlite support (required for descriptor wallets)"); #endif flags |= WALLET_FLAG_DESCRIPTORS; - warnings.emplace_back(Untranslated("Wallet is an experimental descriptor wallet")); } if (!request.params[7].isNull() && request.params[7].get_bool()) { #ifdef ENABLE_EXTERNAL_SIGNER -- cgit v1.2.3