From c66c4052ecccede038430ead8082a61a25655306 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 23 Oct 2019 13:28:04 +0200 Subject: [PATCH] lnrpc: document missing ForwardingHistory command --- lnrpc/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lnrpc/README.md b/lnrpc/README.md index b3a77a686..46320462d 100644 --- a/lnrpc/README.md +++ b/lnrpc/README.md @@ -120,7 +120,10 @@ description): enforced by the node globally for each channel. * UpdateChannelPolicy * Allows the caller to update the fee schedule and channel policies for all channels - globally, or a particular channel + globally, or a particular channel. + * ForwardingHistory + * ForwardingHistory allows the caller to query the htlcswitch for a + record of all HTLCs forwarded. ## Service: WalletUnlocker