This commit is contained in:
jl777
2016-11-04 16:18:27 -03:00
parent d43c7a9341
commit 2ef81a6e8b

View File

@@ -184,6 +184,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
for (j=0; j<32; j++)
printf("%02x",((uint8_t *)&hash)[j]);
printf(" ht.%d blockhash couldnt find vout.[%d]\n",height,i);
komodo_paxmark(&space,txids[i-1],vouts[i-1],height);
}
}
}