mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
rpc: remove one more quote from non-string oneline description
This fixes a silent conflict betwen #28123 and #27460
This commit is contained in:
parent
6ce5e8f475
commit
2394314442
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ static RPCHelpMan importmempool()
|
|||
"Whether to apply the unbroadcast set metadata from the mempool file.\n"
|
||||
"Warning: Importing untrusted metadata may lead to unexpected issues and undesirable behavior."},
|
||||
},
|
||||
RPCArgOptions{.oneline_description = "\"options\""}},
|
||||
RPCArgOptions{.oneline_description = "options"}},
|
||||
},
|
||||
RPCResult{RPCResult::Type::OBJ, "", "", std::vector<RPCResult>{}},
|
||||
RPCExamples{HelpExampleCli("importmempool", "/path/to/mempool.dat") + HelpExampleRpc("importmempool", "/path/to/mempool.dat")},
|
||||
|
|
Loading…
Add table
Reference in a new issue