We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d9107 commit 44296c0Copy full SHA for 44296c0
ethereal/assets/qml/wallet.qml
@@ -472,7 +472,7 @@ ApplicationWindow {
472
Text { text: '<h3>Block details</h3>'; color: "#F2F2F2"}
473
Text { text: '<b>Block number:</b> ' + number; color: "#F2F2F2"}
474
Text { text: '<b>Hash:</b> ' + hash; color: "#F2F2F2"}
475
- Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"}
+ Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"}
476
Text { text: '<b>Block found at:</b> ' + prettyTime; color: "#F2F2F2"}
477
Text { text: '<b>Gas used:</b> ' + gasUsed + " / " + gasLimit; color: "#F2F2F2"}
478
}
0 commit comments