Cleanup, comment out test code, prepare for release PR

This commit is contained in:
miketout
2018-10-13 22:49:45 -07:00
parent 11f4f605e2
commit ec8a120b4d
8 changed files with 43 additions and 38 deletions

View File

@@ -431,6 +431,12 @@ bool StakeGuardValidate(struct CCcontract_info *cp, Eval* eval, const CTransacti
else return true;
}
bool IsStakeGuardInput(const CScript &scriptSig)
{
printf("IsStakeGuardInput: not implemented");
return false;
}
UniValue StakeGuardInfo()
{
UniValue result(UniValue::VOBJ); char numstr[64];