From aa8c9115dd58dd1642ed4d833960e703c2c696a9 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Wed, 27 Jul 2022 09:16:45 -0400 Subject: [PATCH] Update README.md Uncomment "REMOTE" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0aec23..42b5640 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ columns = [ "ALIAS", # alias of the channel node "GAUGE", # ascii bar with percent local/capacity "LOCAL", # the local amount of the channel + "REMOTE", # the remote amount of the channel #"BASE_OUT" # the outgoing base fee of the channel #"RATE_OUT" # the outgoing fee rate in ppm of the channel - # "REMOTE", # the remote amount of the channel #"BASE_IN" # the incoming base fee of the channel #"RATE_IN" # the incoming fee rate in ppm of the channel "CAP", # the total capacity of the channel