Skip to content
Snippets Groups Projects
Commit 0113d24c authored by inso's avatar inso
Browse files

Adjust time in status bar #688

parent 28ea73c7
No related branches found
No related tags found
No related merge requests found
...@@ -28,5 +28,6 @@ class StatusBarModel(QObject): ...@@ -28,5 +28,6 @@ class StatusBarModel(QObject):
return self.blockchain_processor.current_buid(self.app.currency) return self.blockchain_processor.current_buid(self.app.currency)
def current_time(self): def current_time(self):
return self.blockchain_processor.time(self.app.currency) time = self.blockchain_processor.time(self.app.currency)
return self.blockchain_processor.adjusted_ts(self.app.currency, time)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment