From a893e994999d2dee18802d7e158d192deedb179a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 May 2018 13:59:44 +0300 Subject: [PATCH] Test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index e7062270a..6063e2ea0 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -484,7 +484,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) CMutableTransaction txNotary = CreateNewContextualCMutableTransaction(Params().GetConsensus(), chainActive.Height() + 1); if ( pblock->nTime < pindexPrev->nTime+60 ) pblock->nTime = pindexPrev->nTime + 65; - if ( (siglen= komodo_notaryvin(txNotary,NOTARY_PUBKEY33)) > 0 ) + if ( komodo_notaryvin(txNotary,NOTARY_PUBKEY33) > 0 ) { CAmount txfees = 0; pblock->vtx.push_back(txNotary);