diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-18 05:17:10 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-18 05:17:10 +0800 |
commit | 44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec (patch) | |
tree | ca6007188ecf4e0e70f103456d4b815ef6dd2a8b /ethereal/assets | |
parent | 01d9107bce356e4de94b9506246672d003948203 (diff) | |
download | dexon-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.gz dexon-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.tar.zst dexon-44296c0b33de5f6c2ff28c6a0fd528d6ccd04dec.zip |
html tags not allowed
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index a9e309356..592698d8e 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -472,7 +472,7 @@ ApplicationWindow { Text { text: '<h3>Block details</h3>'; color: "#F2F2F2"} Text { text: '<b>Block number:</b> ' + number; color: "#F2F2F2"} Text { text: '<b>Hash:</b> ' + hash; color: "#F2F2F2"} - Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"} + Text { text: '<b>Coinbase:</b> <' + name + '> ' + coinbase; color: "#F2F2F2"} Text { text: '<b>Block found at:</b> ' + prettyTime; color: "#F2F2F2"} Text { text: '<b>Gas used:</b> ' + gasUsed + " / " + gasLimit; color: "#F2F2F2"} } |