This commit is contained in:
jl777
2018-08-21 04:47:45 -11:00
parent da629dfe5a
commit d96ce6e90b
4 changed files with 241 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp,uint8_t evalcode)
cp->validate = AuctionValidate;
cp->ismyvin = IsAuctionInput;
break;
case EVAL_MofN:
case EVAL_MOFN:
strcpy(cp->unspendableCCaddr,MofNCCaddr);
strcpy(cp->normaladdr,MofNNormaladdr);
strcpy(cp->CChexstr,MofNCChexstr);