prusnak / suez

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

C lightning support #9

Closed hosiawak closed 3 years ago

hosiawak commented 3 years ago

I've added support for C-Lightning and:

  1. Introduced new --client and --client-args options
  2. --client can be LND or C-Lightning
  3. --client-args - I needed to pass additional options to lightning-cli
  4. Fixed remote fee calculation in clnclient.py (not in lndclient.py)
  5. Added a new opener column (for both LND and C-LN)
  6. Updated the README
hosiawak commented 3 years ago

@prusnak - Thank you, I'm not a Python programmer (but I like it so far :) ). I'll make these changes soon.

prusnak commented 3 years ago

Great! Thanks!