Fix include files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user