From b3ab073a7a1ad1a8d9a4116ca08f9fe5147f91be Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 1 Nov 2018 22:48:19 +0800 Subject: [PATCH] oops --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 271d8e2cc..2c28b3914 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",vjoinsplit_size); + fprintf(stderr, "tx vjoinsplit size: %d\n",tx.vjoinsplit.size()); } } // add all the txs in the block to the empty mempool.