@@ -169,9 +169,9 @@ UniValue getbestblockhash(const JSONRPCRequest& request)
169169 throw runtime_error (
170170 " getbestblockhash\n "
171171 " \n Returns the hash of the best (tip) block in the longest blockchain.\n "
172- " \n Result\n "
172+ " \n Result: \n "
173173 " \" hex\" (string) the block hash hex encoded\n "
174- " \n Examples\n "
174+ " \n Examples: \n "
175175 + HelpExampleCli (" getbestblockhash" , " " )
176176 + HelpExampleRpc (" getbestblockhash" , " " )
177177 );
@@ -204,7 +204,7 @@ UniValue waitfornewblock(const JSONRPCRequest& request)
204204 " \" hash\" : { (string) The blockhash\n "
205205 " \" height\" : { (int) Block height\n "
206206 " }\n "
207- " \n Examples\n "
207+ " \n Examples: \n "
208208 + HelpExampleCli (" waitfornewblock" , " 1000" )
209209 + HelpExampleRpc (" waitfornewblock" , " 1000" )
210210 );
@@ -243,7 +243,7 @@ UniValue waitforblock(const JSONRPCRequest& request)
243243 " \" hash\" : { (string) The blockhash\n "
244244 " \" height\" : { (int) Block height\n "
245245 " }\n "
246- " \n Examples\n "
246+ " \n Examples: \n "
247247 + HelpExampleCli (" waitforblock" , " \" 0000000000079f8ef3d2c688c244eb7a4570b24c9ed7b4a8c619eb02596f8862\" , 1000" )
248248 + HelpExampleRpc (" waitforblock" , " \" 0000000000079f8ef3d2c688c244eb7a4570b24c9ed7b4a8c619eb02596f8862\" , 1000" )
249249 );
@@ -286,7 +286,7 @@ UniValue waitforblockheight(const JSONRPCRequest& request)
286286 " \" hash\" : { (string) The blockhash\n "
287287 " \" height\" : { (int) Block height\n "
288288 " }\n "
289- " \n Examples\n "
289+ " \n Examples: \n "
290290 + HelpExampleCli (" waitforblockheight" , " \" 100\" , 1000" )
291291 + HelpExampleRpc (" waitforblockheight" , " \" 100\" , 1000" )
292292 );
@@ -430,7 +430,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
430430 + EntryDescriptionString ()
431431 + " }, ...\n "
432432 " }\n "
433- " \n Examples\n "
433+ " \n Examples: \n "
434434 + HelpExampleCli (" getrawmempool" , " true" )
435435 + HelpExampleRpc (" getrawmempool" , " true" )
436436 );
@@ -462,7 +462,7 @@ UniValue getmempoolancestors(const JSONRPCRequest& request)
462462 + EntryDescriptionString ()
463463 + " }, ...\n "
464464 " }\n "
465- " \n Examples\n "
465+ " \n Examples: \n "
466466 + HelpExampleCli (" getmempoolancestors" , " \" mytxid\" " )
467467 + HelpExampleRpc (" getmempoolancestors" , " \" mytxid\" " )
468468 );
@@ -526,7 +526,7 @@ UniValue getmempooldescendants(const JSONRPCRequest& request)
526526 + EntryDescriptionString ()
527527 + " }, ...\n "
528528 " }\n "
529- " \n Examples\n "
529+ " \n Examples: \n "
530530 + HelpExampleCli (" getmempooldescendants" , " \" mytxid\" " )
531531 + HelpExampleRpc (" getmempooldescendants" , " \" mytxid\" " )
532532 );
@@ -582,7 +582,7 @@ UniValue getmempoolentry(const JSONRPCRequest& request)
582582 " { (json object)\n "
583583 + EntryDescriptionString ()
584584 + " }\n "
585- " \n Examples\n "
585+ " \n Examples: \n "
586586 + HelpExampleCli (" getmempoolentry" , " \" mytxid\" " )
587587 + HelpExampleRpc (" getmempoolentry" , " \" mytxid\" " )
588588 );
0 commit comments