Always generate scriptPubKey for create block

This commit is contained in:
jl777
2018-12-05 22:00:46 -11:00
parent edc6aba6a5
commit 7c089f4865

View File

@@ -737,7 +737,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey, int32_t nHeight,
}
else
{
if (!isStake)
//if ( !isStake || ASSETCHAINS_STAKED != 0 )
{
if (!reservekey.GetReservedKey(pubkey))
{