remove debug.

This commit is contained in:
Christopher Jeffrey 2014-09-22 12:42:56 -07:00
parent 7d46f7b8fc
commit efec93ac57
1 changed files with 0 additions and 5 deletions

View File

@ -912,13 +912,8 @@ NAN_METHOD(GetTx) {
blockHash = "0x" + blockHash;
}
printf("tx: %s\n", txHash.c_str());
printf("block: %s\n", blockHash.c_str());
uint256 hash(txHash);
uint256 hashBlock(blockHash);
// uint256 hashBlock = 0;
// if (noBlockHash) hashBlock = 0;
CTransaction tx;
if (!GetTransaction(hash, tx, hashBlock, noBlockHash ? true : false)) {