]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Wed, 26 Oct 2016 16:33:57 +0000 (13:33 -0300)
committerjl777 <[email protected]>
Wed, 26 Oct 2016 16:33:57 +0000 (13:33 -0300)
src/komodo_gateway.h

index c3a2e1be4f270b6401c8179e44de63996ad287e1..5199c24fd78656c590a179e1215fdde60e58c12b 100644 (file)
@@ -46,7 +46,7 @@ void komodo_gateway_voutupdate(char *symbol,int32_t isspecial,int32_t height,int
 {
     int32_t i,opretlen,offset = 0; uint256 zero; const char *typestr;
     typestr = "unknown";
-    if ( i != 0 || vout != 0 )
+    if ( txi != 0 || vout != 0 )
     {
         for (i=0; i<len; i++)
             printf("%02x",script[i]);
This page took 0.025724 seconds and 4 git commands to generate.