fix flake8 test
This commit is contained in:
@@ -98,7 +98,7 @@ class LightningTxDialog(Factory.Popup):
|
|||||||
self.app = app # type: ElectrumWindow
|
self.app = app # type: ElectrumWindow
|
||||||
self.wallet = self.app.wallet
|
self.wallet = self.app.wallet
|
||||||
self._action_button_fn = lambda btn: None
|
self._action_button_fn = lambda btn: None
|
||||||
self.is_sent = bool(tx_item['direction'] is 'sent')
|
self.is_sent = bool(tx_item['direction'] == 'sent')
|
||||||
self.description = tx_item['label']
|
self.description = tx_item['label']
|
||||||
self.timestamp = tx_item['timestamp']
|
self.timestamp = tx_item['timestamp']
|
||||||
self.date_str = datetime.fromtimestamp(self.timestamp).isoformat(' ')[:-3]
|
self.date_str = datetime.fromtimestamp(self.timestamp).isoformat(' ')[:-3]
|
||||||
|
|||||||
Reference in New Issue
Block a user