remove cc payments and rewards
This commit is contained in:
@@ -20,14 +20,12 @@
|
||||
#include "CCinclude.h"
|
||||
#include "CCassets.h"
|
||||
#include "CCfaucet.h"
|
||||
#include "CCrewards.h"
|
||||
#include "CCauction.h"
|
||||
#include "CCfsm.h"
|
||||
#include "CCHeir.h"
|
||||
#include "CCOracles.h"
|
||||
#include "CCPrices.h"
|
||||
#include "CCPegs.h"
|
||||
#include "CCPayments.h"
|
||||
#include "CCtokens.h"
|
||||
#include "CCImportGateway.h"
|
||||
|
||||
@@ -314,8 +312,8 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp, uint8_t evalcode)
|
||||
strcpy(cp->normaladdr,RewardsNormaladdr);
|
||||
strcpy(cp->CChexstr,RewardsCChexstr);
|
||||
memcpy(cp->CCpriv,RewardsCCpriv,32);
|
||||
cp->validate = RewardsValidate;
|
||||
cp->ismyvin = IsRewardsInput;
|
||||
//cp->validate = RewardsValidate;
|
||||
//cp->ismyvin = IsRewardsInput;
|
||||
break;
|
||||
case EVAL_DICE:
|
||||
strcpy(cp->unspendableCCaddr,DiceCCaddr);
|
||||
@@ -394,8 +392,8 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp, uint8_t evalcode)
|
||||
strcpy(cp->normaladdr,PaymentsNormaladdr);
|
||||
strcpy(cp->CChexstr,PaymentsCChexstr);
|
||||
memcpy(cp->CCpriv,PaymentsCCpriv,32);
|
||||
cp->validate = PaymentsValidate;
|
||||
cp->ismyvin = IsPaymentsInput;
|
||||
//cp->validate = PaymentsValidate;
|
||||
//cp->ismyvin = IsPaymentsInput;
|
||||
break;
|
||||
case EVAL_GATEWAYS:
|
||||
strcpy(cp->unspendableCCaddr,GatewaysCCaddr);
|
||||
|
||||
Reference in New Issue
Block a user