mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
rpc, wallet: Descriptor wallets are no longer experimental
This commit is contained in:
parent
6ef84e0503
commit
f19ad40463
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue