From 1afe09ff4ea02b33489161990b14eb2c2444a124 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Aug 2018 09:01:43 -1100 Subject: [PATCH] Fix include files --- src/cc/CCGateways.h | 8 ++++---- src/cc/CCOracles.h | 8 ++++---- src/cc/CCPayments.h | 8 ++++---- src/cc/CCPegs.h | 8 ++++---- src/cc/CCPrices.h | 8 ++++---- src/cc/CCTriggers.h | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/cc/CCGateways.h b/src/cc/CCGateways.h index c628cc918..1b7852725 100644 --- a/src/cc/CCGateways.h +++ b/src/cc/CCGateways.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_GATEWAYS_H +#define CC_GATEWAYS_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool GatewaysValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue GatewaysInfo(); #endif diff --git a/src/cc/CCOracles.h b/src/cc/CCOracles.h index c628cc918..7080edc9d 100644 --- a/src/cc/CCOracles.h +++ b/src/cc/CCOracles.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_ORACLES_H +#define CC_ORACLES_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool OraclesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue OraclesInfo(); #endif diff --git a/src/cc/CCPayments.h b/src/cc/CCPayments.h index c628cc918..7e7a0e681 100644 --- a/src/cc/CCPayments.h +++ b/src/cc/CCPayments.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_PAYMENTS_H +#define CC_PAYMENTS_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool PaymentsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue PaymentsInfo(); #endif diff --git a/src/cc/CCPegs.h b/src/cc/CCPegs.h index c628cc918..296e0c272 100644 --- a/src/cc/CCPegs.h +++ b/src/cc/CCPegs.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_PEGS_H +#define CC_PEGS_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool PegsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue PegsInfo(); #endif diff --git a/src/cc/CCPrices.h b/src/cc/CCPrices.h index c628cc918..8b09e9267 100644 --- a/src/cc/CCPrices.h +++ b/src/cc/CCPrices.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_PRICES_H +#define CC_PRICES_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue PricesInfo(); #endif diff --git a/src/cc/CCTriggers.h b/src/cc/CCTriggers.h index c628cc918..4e9881c52 100644 --- a/src/cc/CCTriggers.h +++ b/src/cc/CCTriggers.h @@ -14,14 +14,14 @@ ******************************************************************************/ -#ifndef CC_CHANNELS_H -#define CC_CHANNELS_H +#ifndef CC_TRIGGERS_H +#define CC_TRIGGERS_H #include "CCinclude.h" -bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); +bool TriggersValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); // CCcustom -UniValue ChannelsInfo(); +UniValue TriggersInfo(); #endif