From c48fd6e3180c9ef8d9adf0ea70016fdcde86a71d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 7 Apr 2018 14:30:34 +0300 Subject: [PATCH] Test --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miner.cpp b/src/miner.cpp index c14c4286a..f49de0314 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -398,6 +398,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) txNew.vin[0].scriptSig = CScript() << nHeight << OP_0; if ( ASSETCHAINS_SYMBOL[0] != 0 && ASSETCHAINS_OVERRIDE_PUBKEY33[0] != 0 && ASSETCHAINS_COMMISSION != 0 && (checktoshis= komodo_commission(block)) != 0 ) { + int32_t i; uint8_t *ptr; txNew.vout.resize(2); txNew.vout[1].nValue = checktoshis; txNew.vout[1].scriptPubKey.resize(35);