commit de5eaf1e736f7830c4633fdc97e7a3fc30b66be9 parent 18862d34754b314687b5139d0497ee9efafe2c76 Author: William Casarin <jb55@jb55.com> Date: Sat, 22 Jan 2022 13:00:30 -0800 rpc docs Diffstat:
M | rpc.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/rpc.c b/rpc.c @@ -12,6 +12,7 @@ int usage() { printf("lnrpc <nodeid> <ip/hostname> <method> <params> <rune>\n\n"); + printf("currently supports commando for clightning, but potentially more rpc types in the future!"); return 0; }