Files
pallectrum/electrum
SomberNight 78513affe5 kivy: fix open channel with "max" amt
related #6169

E | gui.kivy.uix.dialogs.lightning_open_channel.LightningOpenChannelDialog | Problem opening channel
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/kivy/uix/dialogs/lightning_open_channel.py", line 167, in do_open_channel
    chan, funding_tx = lnworker.open_channel(
  File "/home/user/wspace/electrum/electrum/lnworker.py", line 859, in open_channel
    if funding_sat > LN_MAX_FUNDING_SAT:
TypeError: '>' not supported between instances of 'str' and 'int'
2020-12-07 15:38:10 +01:00
..
2020-12-07 15:38:10 +01:00
2020-06-23 19:25:07 +02:00
2020-12-04 17:38:40 +01:00
2020-08-20 18:58:52 +02:00
2020-06-05 13:17:01 +02:00
2020-08-25 16:57:10 +02:00
2020-09-11 13:42:12 +02:00
2020-11-20 08:51:01 +01:00
2020-11-20 08:51:01 +01:00
2020-10-23 02:17:31 +00:00
2020-10-07 20:39:00 +02:00
2020-11-22 01:43:47 +01:00
2020-12-04 17:52:21 +01:00