This commit is contained in:
blackjok3r
2018-11-01 22:49:40 +08:00
parent b3ab073a7a
commit fac4fbdee4

View File

@@ -4259,7 +4259,7 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C
mempool.remove(tx, removed, false); mempool.remove(tx, removed, false);
} else { } else {
// is a z-tx so leave it alone! // is a z-tx so leave it alone!
fprintf(stderr, "tx vjoinsplit size: %d\n",tx.vjoinsplit.size()); fprintf(stderr, "tx vjoinsplit size: %ld\n",tx.vjoinsplit.size());
} }
} }
// add all the txs in the block to the empty mempool. // add all the txs in the block to the empty mempool.