This commit is contained in:
jl777
2016-11-21 17:48:52 -03:00
parent cc0f93da2e
commit ce71f7729c

View File

@@ -205,7 +205,7 @@ bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType)
if (m < 1 || m > n)
return false;
}
if ( whichtype == TX_NONSTANDARD )
if ( whichType == TX_NONSTANDARD )
fprintf(stderr,"IsStandard nonstandard tx\n");
return whichType != TX_NONSTANDARD;
}