remove dice, channels, lotto
This commit is contained in:
@@ -21,12 +21,9 @@
|
||||
#include "CCassets.h"
|
||||
#include "CCfaucet.h"
|
||||
#include "CCrewards.h"
|
||||
#include "CCdice.h"
|
||||
#include "CCauction.h"
|
||||
#include "CClotto.h"
|
||||
#include "CCfsm.h"
|
||||
#include "CCHeir.h"
|
||||
#include "CCchannels.h"
|
||||
#include "CCOracles.h"
|
||||
#include "CCPrices.h"
|
||||
#include "CCPegs.h"
|
||||
@@ -325,16 +322,16 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp, uint8_t evalcode)
|
||||
strcpy(cp->normaladdr,DiceNormaladdr);
|
||||
strcpy(cp->CChexstr,DiceCChexstr);
|
||||
memcpy(cp->CCpriv,DiceCCpriv,32);
|
||||
cp->validate = DiceValidate;
|
||||
cp->ismyvin = IsDiceInput;
|
||||
//cp->validate = DiceValidate;
|
||||
//cp->ismyvin = IsDiceInput;
|
||||
break;
|
||||
case EVAL_LOTTO:
|
||||
strcpy(cp->unspendableCCaddr,LottoCCaddr);
|
||||
strcpy(cp->normaladdr,LottoNormaladdr);
|
||||
strcpy(cp->CChexstr,LottoCChexstr);
|
||||
memcpy(cp->CCpriv,LottoCCpriv,32);
|
||||
cp->validate = LottoValidate;
|
||||
cp->ismyvin = IsLottoInput;
|
||||
//cp->validate = LottoValidate;
|
||||
//cp->ismyvin = IsLottoInput;
|
||||
break;
|
||||
case EVAL_FSM:
|
||||
strcpy(cp->unspendableCCaddr,FSMCCaddr);
|
||||
@@ -365,8 +362,8 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp, uint8_t evalcode)
|
||||
strcpy(cp->normaladdr,ChannelsNormaladdr);
|
||||
strcpy(cp->CChexstr,ChannelsCChexstr);
|
||||
memcpy(cp->CCpriv,ChannelsCCpriv,32);
|
||||
cp->validate = ChannelsValidate;
|
||||
cp->ismyvin = IsChannelsInput;
|
||||
//cp->validate = ChannelsValidate;
|
||||
//cp->ismyvin = IsChannelsInput;
|
||||
break;
|
||||
case EVAL_ORACLES:
|
||||
strcpy(cp->unspendableCCaddr,OraclesCCaddr);
|
||||
|
||||
Reference in New Issue
Block a user