Remove voutsum overflow check, rely on monotonicity

This commit is contained in:
jl777
2019-03-03 05:08:09 -11:00
parent 32496bcab2
commit 12b23c595d
2 changed files with 6 additions and 5 deletions

View File

@@ -1480,7 +1480,7 @@ bool rogue_validate(struct CCcontract_info *cp,int32_t height,Eval *eval,const C
if ( e == EVAL_ROGUE )
{
//fprintf(stderr,"ht.%d rogue.(%c)\n",height,script[1]);
if ( decoded == 0 )
//if ( decoded == 0 )
{
switch ( funcid )
{