Payment/collect for channels

This commit is contained in:
jl777
2018-08-31 01:27:23 -11:00
parent 3c2f25cacf
commit 02da4225f4
5 changed files with 166 additions and 1 deletions

View File

@@ -378,6 +378,10 @@ static const CRPCCommand vRPCCommands[] =
{ "channels", "channelsaddress", &channelsaddress, true },
{ "channels", "channelsinfo", &channelsinfo, true },
{ "channels", "channelsopen", &channelsopen, true },
{ "channels", "channelspayment", &channelspayment, true },
{ "channels", "channelscollect", &channelscollect, true },
{ "channels", "channelsstop", &channelsstop, true },
{ "channels", "channelsrefund", &channelsrefund, true },
/* Oracles */
{ "oracles", "oraclesaddress", &oraclesaddress, true },