From fa1a8aa4a476efc31f2e05573e2a15f5f43038ee Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 15 Nov 2022 11:01:30 -0500 Subject: [PATCH] README.md forwarding history parameters --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4310eca..b80a3b5 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,22 @@ columns = [ "LAST UPDATE", # last update "DETAIL", # error description ] + +[views.fwdinghist] +columns = [ + "ALIAS_IN", # peer alias name of the incoming peer + "ALIAS_OUT", # peer alias name of the outgoing peer + "AMT_IN", # amount of sats received + "AMT_OUT", # amount of sats forwarded + "FEE", # earned fee + "TIMESTAMP_NS",# forwarding event timestamp +# "CHAN_ID_IN", # channel id of the incomming channel +# "CHAN_ID_OUT", # channel id of the outgoing channel +] + +[views.fwdinghist.options] +START_TIME = { start_time = "-6h" } +MAX_NUM_EVENTS = { max_num_events = "333" } ``` ## Routing view