Skip to content

Commit

Permalink
Removed inputcache ouput from per-antity grant transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mike31 committed Oct 17, 2018
1 parent 7b23517 commit cbd12bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/utilparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,10 @@ bool ParseMultichainTxOutToBuffer(uint256 hash,
{
if(mc_gState->m_NetworkParams->GetInt64Param("supportminerprecheck"))
{
*required |= MC_PTP_CACHED_SCRIPT_REQUIRED;
if(entity.GetEntityType() == MC_ENT_TYPE_NONE)
{
*required |= MC_PTP_CACHED_SCRIPT_REQUIRED;
}
}
}

Expand Down

0 comments on commit cbd12bc

Please sign in to comment.