This commit is contained in:
Christopher Jeffrey 2014-09-22 12:07:44 -07:00
parent 1138779bed
commit 2a0f777dbd
1 changed files with 3 additions and 0 deletions

View File

@ -904,6 +904,9 @@ NAN_METHOD(GetTx) {
blockHash = "0x" + blockHash;
}
printf("tx: %s\n", txHash);
printf("block: %s\n", blockHash);
uint256 hash(txHash);
uint256 hashBlock(blockHash);
// uint256 hashBlock = 0;