Fix include files

This commit is contained in:
jl777
2018-08-21 09:01:43 -11:00
parent c926780fba
commit 1afe09ff4e
6 changed files with 24 additions and 24 deletions

View File

@@ -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