-modified ChannelsExactAmount

-fixes
This commit is contained in:
Mihailo Milenkovic
2018-10-01 18:24:14 +02:00
parent bd632043f2
commit 7f0ed443f1
4 changed files with 109 additions and 74 deletions

View File

@@ -27,6 +27,6 @@ std::string ChannelClose(uint64_t txfee,uint256 opentxid);
std::string ChannelRefund(uint64_t txfee,uint256 opentxid,uint256 closetxid);
// CCcustom
UniValue ChannelsInfo();
UniValue ChannelsInfo(char *);
#endif