Shorten time format in ui and log.

This commit is contained in:
tecnovert
2023-12-01 21:30:23 +02:00
parent 0be5a4fca7
commit 9efb244952
3 changed files with 4 additions and 3 deletions

View File

@@ -366,6 +366,7 @@ class BTCInterface(CoinInterface):
return override_feerate, 'override_feerate'
min_relay_fee = chain_client_settings.get('min_relay_fee', None)
def try_get_fee_rate(self, conf_target):
try:
fee_rate = self.rpc_callback('estimatesmartfee', [conf_target])['feerate']