Skip to content

Commit f19ad40

Browse files
committed
rpc, wallet: Descriptor wallets are no longer experimental
1 parent 6ef84e0 commit f19ad40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,6 @@ static RPCHelpMan createwallet()
27712771
throw JSONRPCError(RPC_WALLET_ERROR, "Compiled without sqlite support (required for descriptor wallets)");
27722772
#endif
27732773
flags |= WALLET_FLAG_DESCRIPTORS;
2774-
warnings.emplace_back(Untranslated("Wallet is an experimental descriptor wallet"));
27752774
}
27762775
if (!request.params[7].isNull() && request.params[7].get_bool()) {
27772776
#ifdef ENABLE_EXTERNAL_SIGNER

0 commit comments

Comments
 (0)