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

Fix error due to typo

parent 37d2b1d8
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class CommunityWidget(QWidget, Ui_CommunityWidget):
latest_block_number = self.community.network.latest_block_number
if latest_block_number:
text += self.tr(" Block {0}").format()
text += self.tr(" Block {0}").format(latest_block_number)
try:
block = yield from self.community.get_block(latest_block_number)
text += " ( {0} )".format(QLocale.toString(
......
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