]> Git Repo - VerusCoin.git/commitdiff
Fix help output for refundfailedlaunch
authorAsher <[email protected]>
Thu, 12 Sep 2019 06:18:14 +0000 (23:18 -0700)
committerAsher <[email protected]>
Thu, 12 Sep 2019 06:18:14 +0000 (23:18 -0700)
src/rpc/pbaasrpc.cpp

index 663fdcfa05accbdd733a0d82be51726dc531ddb0..b22bd2a2a4fa7ddc1fb45b97604014afdcc176b0 100644 (file)
@@ -3549,8 +3549,8 @@ UniValue refundfailedlaunch(const UniValue& params, bool fHelp)
             "\nResult:\n"
 
             "\nExamples:\n"
-            + HelpExampleCli("paynotarizationrewards", "\"hextx\"")
-            + HelpExampleRpc("paynotarizationrewards", "\"hextx\"")
+            + HelpExampleCli("refundfailedlaunch", "\"chainid\"")
+            + HelpExampleRpc("refundfailedlaunch", "\"chainid\"")
         );
     }
     CheckPBaaSAPIsValid();
This page took 0.031412 seconds and 4 git commands to generate.