diff --git a/Mce/abe.py b/Mce/abe.py index 96a630e..7302abb 100755 --- a/Mce/abe.py +++ b/Mce/abe.py @@ -715,10 +715,10 @@ def handle_chain(abe, page): body += ['
'] body += ['

Summary

'] body += [''] - body += ['',''] + body += ['', ''] #body += html_keyvalue_tablerow('Blocks', info_resp['blocks']) body += html_keyvalue_tablerow('Transactions', num_txs) - body += ['', ''] + body += ['', ''] #body += html_keyvalue_tablerow('Assets', num_assets) body += html_keyvalue_tablerow('Addresses', num_addresses) body += ['
Blocks', info_resp['blocks'], 'Blocks', info_resp['blocks'], 'Assets'.format(escape(chain.name)), num_assets, 'Assets', num_assets, '
']