From 7c089f4865fc6aa1c7507e56b190118e44f1e020 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 5 Dec 2018 22:00:46 -1100 Subject: [PATCH] Always generate scriptPubKey for create block --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 981fad63f..9b0a04aaa 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -737,7 +737,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey, int32_t nHeight, } else { - if (!isStake) + //if ( !isStake || ASSETCHAINS_STAKED != 0 ) { if (!reservekey.GetReservedKey(pubkey)) {