test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user