mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Convert coin balances to bitcoin equivalent for comparing chan capacities #421

Open Varunram opened 6 years ago

Varunram commented 6 years ago

Right now, the maximum channel capacity is at 1 coin, but coins which are lower in value than btc would have channel capacities way lower than what one would expect. We should convert the balances to their bitcoin equivalent (maybe using rates.json) and then compare stuff.