Skip to content

Commit

Permalink
rpc: remove one more quote from non-string oneline description
Browse files Browse the repository at this point in the history
This fixes a silent conflict betwen bitcoin#28123 and bitcoin#27460
  • Loading branch information
mzumsande committed Aug 17, 2023
1 parent 6ce5e8f commit 2394314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/mempool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")},
Expand Down

0 comments on commit 2394314

Please sign in to comment.