This commit is contained in:
jl777
2018-08-28 03:00:53 -11:00
parent d5d98d1f71
commit 11020cf22c
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
#define CHANNELS_MAXPAYMENTS 1000
bool ChannelsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
std::string ChannelOpen(uint64_t txfee,CPubKey destpub,int32_t numpayments,int32_t payment);
std::string ChannelOpen(uint64_t txfee,CPubKey destpub,int32_t numpayments,int64_t payment);
// CCcustom
UniValue ChannelsInfo();