kivy: update history screen on fee histogram

related: #4573
This commit is contained in:
SomberNight 2018-07-21 23:23:25 +02:00
parent 4284f4feb3
commit a830747f83
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -483,6 +483,7 @@ class ElectrumWindow(App):
interests = ['updated', 'status', 'new_transaction', 'verified', 'interfaces']
self.network.register_callback(self.on_network_event, interests)
self.network.register_callback(self.on_fee, ['fee'])
self.network.register_callback(self.on_history, ['fee_histogram'])
self.network.register_callback(self.on_quotes, ['on_quotes'])
self.network.register_callback(self.on_history, ['on_history'])
# load wallet