Skip to content

Commit

Permalink
Add back the block number in statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Feb 18, 2016
1 parent c4d0f7c commit 0175f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sakia/gui/community_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ async def refresh_status(self):

current_block_number = self.community.network.current_blockid.number
if current_block_number:
text += self.tr("Block {0}").format(current_block_number)
try:
block = await self.community.get_block(current_block_number)
text += " ({0})".format(QLocale.toString(
Expand Down

0 comments on commit 0175f6e

Please sign in to comment.