Fix include files
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_GATEWAYS_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_GATEWAYS_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue GatewaysInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_ORACLES_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_ORACLES_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue OraclesInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_PAYMENTS_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_PAYMENTS_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue PaymentsInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_PEGS_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_PEGS_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue PegsInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_PRICES_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_PRICES_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue PricesInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,14 +14,14 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CC_CHANNELS_H
|
#ifndef CC_TRIGGERS_H
|
||||||
#define CC_CHANNELS_H
|
#define CC_TRIGGERS_H
|
||||||
|
|
||||||
#include "CCinclude.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
|
// CCcustom
|
||||||
UniValue ChannelsInfo();
|
UniValue TriggersInfo();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user