diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index b4b7aed..b0133ce 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/render.py b/render.py index ef45ca1..c770a1e 100644 --- a/render.py +++ b/render.py @@ -178,13 +178,13 @@ def transactions(txs): amount = f"0.00" - hash = f"{hash[:8]}..." + # hash = f"{hash[:8]}..." if confirmations < 5: - confirmations = f"{confirmations}" + confirmations = f"{confirmations}" else: - confirmations = f"{confirmations:,}" + confirmations = f"{confirmations:,}" - html += f'{humanAction}{address}{hash}{confirmations}{amount} HNS' + html += f'{humanAction}{address}{confirmations}{amount} HNS' return html diff --git a/templates/tx.html b/templates/tx.html index c1f4d92..d60a5d8 100644 --- a/templates/tx.html +++ b/templates/tx.html @@ -82,10 +82,9 @@ - - - - + + + @@ -103,10 +102,9 @@ - - - - + + +
ActionAddressTxConfirmationsTransactionAddressConfirmations Amount
ActionAddressTxConfirmationsTransactionAddressConfirmations Amount