Skip to content

Commit

Permalink
README.md forwarding history parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed Nov 28, 2022
1 parent 5bdb187 commit fa1a8aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa1a8aa

Please sign in to comment.