Browse Source

Always generate scriptPubKey for create block

pull/4/head
jl777 6 years ago
parent
commit
7c089f4865
  1. 2
      src/miner.cpp

2
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))
{

Loading…
Cancel
Save