diff --git a/src/main.cpp b/src/main.cpp index 2c28b3914..3561130bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4259,7 +4259,7 @@ bool CheckBlock(int32_t *futureblockp,int32_t height,CBlockIndex *pindex,const C mempool.remove(tx, removed, false); } else { // 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.