mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -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)");
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue