Quotes for txid
authorCryptoManiac <balthazar@yandex.ru>
Mon, 12 Oct 2015 22:25:21 +0000 (15:25 -0700)
committerCryptoManiac <balthazar@yandex.ru>
Mon, 12 Oct 2015 22:25:21 +0000 (15:25 -0700)
src/rpcmining.cpp

index 71b47d4..498e1af 100644 (file)
@@ -78,7 +78,7 @@ Value scaninput(const Array& params, bool fHelp)
 {
     if (fHelp || params.size() != 1)
         throw runtime_error(
-            "scaninput '{\"txid\":txid, \"vout\":[vout1, vout2, ..., voutN], \"difficulty\":difficulty, \"days\":days}'\n"
+            "scaninput '{\"txid\":\"txid\", \"vout\":[vout1, vout2, ..., voutN], \"difficulty\":difficulty, \"days\":days}'\n"
             "Scan specified transaction or input for suitable kernel solutions.\n"
             "    difficulty - upper limit for difficulty, current difficulty by default;\n"
             "    days - time window, 90 days by default.\n"