]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 23 Nov 2016 16:57:34 +0000 (13:57 -0300)
committerjl777 <[email protected]>
Wed, 23 Nov 2016 16:57:34 +0000 (13:57 -0300)
src/rpcblockchain.cpp

index 80c462eaff9a079ee3d76bbdaa0d07ee469a5945..418fbc73ef363e86d50a76279d526dde1c4041c5 100644 (file)
@@ -417,6 +417,7 @@ Value minerids(const Array& params, bool fHelp)
                 hexstr = (char *)hex.data();
                 for (j=0; j<33; j++)
                     sprintf(&hexstr[j*2],"%02x",pubkeys[i][j]);
+                item.push_back(Pair("notaryid", i));
                 item.push_back(Pair("pubkey", hex));
                 item.push_back(Pair("blocks", tally[i]));
                 a.push_back(item);
This page took 0.023254 seconds and 4 git commands to generate.