prusnak / suez

Tool for pretty printing and optimizing Lightning Network channels.
GNU General Public License v3.0
78 stars 20 forks source link

Display in Min & Max HTLCs #30

Closed feelancer21 closed 1 year ago

feelancer21 commented 3 years ago

Hey, it would be great if there is the option to include Min and Max HTLCs of both sides of each channels. Because these are 4 additional figures it is better when they are only displayed if a command line parameter is set.

Regards Steff

lirre8 commented 1 year ago

I wouldn't mind having this feature, it shouldn't be much work to fix.

@prusnak Do you find this reasonable? If so, how about adding an option --show_minmax_htlc which displays the 4 additional columns?

prusnak commented 1 year ago

@prusnak Do you find this reasonable? If so, how about adding an option --show_minmax_htlc which displays the 4 additional columns?

I like it! Feel free to send a PR and I'll review it

lirre8 commented 1 year ago

PR: https://github.com/prusnak/suez/pull/44

lirre8 commented 1 year ago

The PR was merged so I think this issue can be closed?