mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
kivy fix: get_latest_feerate
This commit is contained in:
parent
f9a2e7eeb4
commit
4b2336304f
1 changed files with 1 additions and 1 deletions
|
@ -173,4 +173,4 @@ class LightningChannelsDialog(Factory.Popup):
|
||||||
_('Available to spend'): self.app.format_amount_and_units(chan.available_to_spend(LOCAL) // 1000),
|
_('Available to spend'): self.app.format_amount_and_units(chan.available_to_spend(LOCAL) // 1000),
|
||||||
_('State'): chan.get_state(),
|
_('State'): chan.get_state(),
|
||||||
_('Initiator'): 'Opened/funded by us' if chan.constraints.is_initiator else 'Opened/funded by remote party',
|
_('Initiator'): 'Opened/funded by us' if chan.constraints.is_initiator else 'Opened/funded by remote party',
|
||||||
_('Current feerate'): chan.constraints.feerate}
|
_('Current feerate'): chan.get_latest_feerate(LOCAL)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue