We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef84e0 commit f19ad40Copy full SHA for f19ad40
src/wallet/rpcwallet.cpp
@@ -2771,7 +2771,6 @@ static RPCHelpMan createwallet()
2771
throw JSONRPCError(RPC_WALLET_ERROR, "Compiled without sqlite support (required for descriptor wallets)");
2772
#endif
2773
flags |= WALLET_FLAG_DESCRIPTORS;
2774
- warnings.emplace_back(Untranslated("Wallet is an experimental descriptor wallet"));
2775
}
2776
if (!request.params[7].isNull() && request.params[7].get_bool()) {
2777
#ifdef ENABLE_EXTERNAL_SIGNER
0 commit comments