Skip to content

Commit 2394314

Browse files
committed
rpc: remove one more quote from non-string oneline description
This fixes a silent conflict betwen #28123 and #27460
1 parent 6ce5e8f commit 2394314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mempool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ static RPCHelpMan importmempool()
744744
"Whether to apply the unbroadcast set metadata from the mempool file.\n"
745745
"Warning: Importing untrusted metadata may lead to unexpected issues and undesirable behavior."},
746746
},
747-
RPCArgOptions{.oneline_description = "\"options\""}},
747+
RPCArgOptions{.oneline_description = "options"}},
748748
},
749749
RPCResult{RPCResult::Type::OBJ, "", "", std::vector<RPCResult>{}},
750750
RPCExamples{HelpExampleCli("importmempool", "/path/to/mempool.dat") + HelpExampleRpc("importmempool", "/path/to/mempool.dat")},

0 commit comments

Comments
 (0)