Browse Source

follow-up prev

kivy infers the type of the property from the default value.
without this, it was converting the str(Decimal(x)) to float
patch-4
SomberNight 4 years ago
parent
commit
a9185b0846
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/kivy/uix/dialogs/lightning_channels.py

2
electrum/gui/kivy/uix/dialogs/lightning_channels.py

@ -230,7 +230,7 @@ Builder.load_string(r'''
remote_ctn:0
local_csv:0
remote_csv:0
feerate:0
feerate:''
can_send:''
can_receive:''
is_open:False

Loading…
Cancel
Save