From dbf6a552fcedbed6f720bd7f8933177e46984c0b Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Sat, 12 Jan 2019 00:04:49 +0800 Subject: [PATCH] fix --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index fb61e96ed..06cf809c8 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -346,7 +346,7 @@ CBlockTemplate* CreateNewBlock(const CScript& _scriptPubKeyIn, int32_t gpucount, } if ( NUM_NOTARIES != 0 && numNotaryVins >= NUM_NOTARIES / 5 ) fNotarisation = true; - } + nTotalIn += tx.GetShieldedValueIn(); }