remove debug.
This commit is contained in:
parent
7d46f7b8fc
commit
efec93ac57
@ -912,13 +912,8 @@ NAN_METHOD(GetTx) {
|
|||||||
blockHash = "0x" + blockHash;
|
blockHash = "0x" + blockHash;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("tx: %s\n", txHash.c_str());
|
|
||||||
printf("block: %s\n", blockHash.c_str());
|
|
||||||
|
|
||||||
uint256 hash(txHash);
|
uint256 hash(txHash);
|
||||||
uint256 hashBlock(blockHash);
|
uint256 hashBlock(blockHash);
|
||||||
// uint256 hashBlock = 0;
|
|
||||||
// if (noBlockHash) hashBlock = 0;
|
|
||||||
CTransaction tx;
|
CTransaction tx;
|
||||||
|
|
||||||
if (!GetTransaction(hash, tx, hashBlock, noBlockHash ? true : false)) {
|
if (!GetTransaction(hash, tx, hashBlock, noBlockHash ? true : false)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user