Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
7ee875e80f
  1. 2
      src/komodo_gateway.h

2
src/komodo_gateway.h

@ -586,7 +586,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
hash = block.GetHash();
for (j=0; j<32; j++)
printf("%02x",((uint8_t *)&hash)[j]);
printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d]\n",kmdheights[i-1,otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i);
printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d]\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i);
}
}
if ( matched != num )

Loading…
Cancel
Save