]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 21 Nov 2016 15:19:27 +0000 (12:19 -0300)
committerjl777 <[email protected]>
Mon, 21 Nov 2016 15:19:27 +0000 (12:19 -0300)
src/komodo_bitcoind.h

index 2cdd9ba209ede6986fd4b56fc564503c949991f2..6878114b6844177029d788d627a66fc460e6f475 100644 (file)
@@ -348,7 +348,7 @@ char *komodo_issuemethod(char *userpass,char *method,char *params,uint16_t port)
 
 uint256 komodo_getblockhash(int32_t height)
 {
-    uint256 hash; char params[128],*hexstr,*jsonstr; cJSON *result; uint8_t revbuf[32];
+    uint256 hash; char params[128],*hexstr,*jsonstr; cJSON *result; int32_t i; uint8_t revbuf[32];
     memset(&hash,0,sizeof(hash));
     sprintf(params,"[%d]",height);
     if ( (jsonstr= komodo_issuemethod(KMDUSERPASS,(char *)"getblockhash",params,7771)) != 0 )
This page took 0.02719 seconds and 4 git commands to generate.