mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
rpc, wallet: Descriptor wallets are no longer experimental
This commit is contained in:
@ -2771,7 +2771,6 @@ static RPCHelpMan createwallet()
|
|||||||
throw JSONRPCError(RPC_WALLET_ERROR, "Compiled without sqlite support (required for descriptor wallets)");
|
throw JSONRPCError(RPC_WALLET_ERROR, "Compiled without sqlite support (required for descriptor wallets)");
|
||||||
#endif
|
#endif
|
||||||
flags |= WALLET_FLAG_DESCRIPTORS;
|
flags |= WALLET_FLAG_DESCRIPTORS;
|
||||||
warnings.emplace_back(Untranslated("Wallet is an experimental descriptor wallet"));
|
|
||||||
}
|
}
|
||||||
if (!request.params[7].isNull() && request.params[7].get_bool()) {
|
if (!request.params[7].isNull() && request.params[7].get_bool()) {
|
||||||
#ifdef ENABLE_EXTERNAL_SIGNER
|
#ifdef ENABLE_EXTERNAL_SIGNER
|
||||||
|
Reference in New Issue
Block a user