mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
rpc: createwallet warning that descriptor wallets are experimental
This commit is contained in:
parent
610030d95c
commit
b9073c8f13
1 changed files with 1 additions and 0 deletions
|
|
@ -2720,6 +2720,7 @@ static UniValue createwallet(const JSONRPCRequest& request)
|
|||
}
|
||||
if (!request.params[5].isNull() && request.params[5].get_bool()) {
|
||||
flags |= WALLET_FLAG_DESCRIPTORS;
|
||||
warnings.emplace_back(Untranslated("Wallet is an experimental descriptor wallet"));
|
||||
}
|
||||
|
||||
bilingual_str error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue