remove gateways
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "CCPrices.h"
|
||||
#include "CCPegs.h"
|
||||
#include "CCPayments.h"
|
||||
#include "CCGateways.h"
|
||||
#include "CCtokens.h"
|
||||
#include "CCImportGateway.h"
|
||||
|
||||
@@ -406,8 +405,8 @@ struct CCcontract_info *CCinit(struct CCcontract_info *cp, uint8_t evalcode)
|
||||
strcpy(cp->normaladdr,GatewaysNormaladdr);
|
||||
strcpy(cp->CChexstr,GatewaysCChexstr);
|
||||
memcpy(cp->CCpriv,GatewaysCCpriv,32);
|
||||
cp->validate = GatewaysValidate;
|
||||
cp->ismyvin = IsGatewaysInput;
|
||||
//cp->validate = GatewaysValidate;
|
||||
//cp->ismyvin = IsGatewaysInput;
|
||||
break;
|
||||
|
||||
case EVAL_TOKENS:
|
||||
|
||||
Reference in New Issue
Block a user