0
0
Fork 0
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:
Martin Zumsande 2023-08-17 16:18:53 -04:00
parent 6ce5e8f475
commit 2394314442

View file

@ -744,7 +744,7 @@ static RPCHelpMan importmempool()
"Whether to apply the unbroadcast set metadata from the mempool file.\n" "Whether to apply the unbroadcast set metadata from the mempool file.\n"
"Warning: Importing untrusted metadata may lead to unexpected issues and undesirable behavior."}, "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>{}}, RPCResult{RPCResult::Type::OBJ, "", "", std::vector<RPCResult>{}},
RPCExamples{HelpExampleCli("importmempool", "/path/to/mempool.dat") + HelpExampleRpc("importmempool", "/path/to/mempool.dat")}, RPCExamples{HelpExampleCli("importmempool", "/path/to/mempool.dat") + HelpExampleRpc("importmempool", "/path/to/mempool.dat")},