test
This commit is contained in:
@@ -205,7 +205,7 @@ bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType)
|
|||||||
if (m < 1 || m > n)
|
if (m < 1 || m > n)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ( whichtype == TX_NONSTANDARD )
|
if ( whichType == TX_NONSTANDARD )
|
||||||
fprintf(stderr,"IsStandard nonstandard tx\n");
|
fprintf(stderr,"IsStandard nonstandard tx\n");
|
||||||
return whichType != TX_NONSTANDARD;
|
return whichType != TX_NONSTANDARD;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user