diff --git a/install.sh b/install.sh
index d9a5a55..d6e7ad5 100644
--- a/install.sh
+++ b/install.sh
@@ -85,12 +85,6 @@ module.exports = function (environment) {
PayoutThreshold: '0.5 ETC',
BlockReward: 2.56,
- blockExplorerLink: 'https://explorer.test.network/',
- blockExplorerLink_tx: 'https://explorer.test.network/tx/',
- blockExplorerLink_uncle: 'https://explorer.test.network/uncles/',
- blockExplorerLink_block: 'https://etc.explorer.com/block/',
- blockExplorerLink_address: 'https://explorer.test.network/address/',
-
// For network hashrate (change for your favourite fork)
BlockTime: 14.4,
highcharts: {
diff --git a/www/app/templates/account/payouts.hbs b/www/app/templates/account/payouts.hbs
index 7dca4c1..9669f5a 100644
--- a/www/app/templates/account/payouts.hbs
+++ b/www/app/templates/account/payouts.hbs
@@ -16,7 +16,7 @@
| {{format-date-locale tx.timestamp}} |
- {{tx.tx}}
+ {{tx.tx}}
|
{{format-balance tx.amount}} |
diff --git a/www/app/templates/blocks/block.hbs b/www/app/templates/blocks/block.hbs
index 72f68a8..55c004a 100644
--- a/www/app/templates/blocks/block.hbs
+++ b/www/app/templates/blocks/block.hbs
@@ -1,10 +1,10 @@
|
{{#if block.uncle}}
- {{format-number
+ {{format-number
block.uncleHeight}}
{{else}}
- {{format-number
+ {{format-number
block.height}}
{{/if}}
|
@@ -49,4 +49,4 @@
{{format-hashrate block.shareDiff}} |
{{block.worker}} |
-
+
\ No newline at end of file
diff --git a/www/app/templates/blocks/pending.hbs b/www/app/templates/blocks/pending.hbs
index aa481a8..e123f92 100644
--- a/www/app/templates/blocks/pending.hbs
+++ b/www/app/templates/blocks/pending.hbs
@@ -15,7 +15,7 @@
{{#each model.candidates as |block|}}
- | {{format-number
+ | {{format-number
block.height}} |
{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}} |
{{format-date-locale block.timestamp}} |
diff --git a/www/app/templates/payments.hbs b/www/app/templates/payments.hbs
index efdf950..eaa95fb 100644
--- a/www/app/templates/payments.hbs
+++ b/www/app/templates/payments.hbs
@@ -23,11 +23,11 @@
{{format-date-locale tx.timestamp}} |
{{format-number tx.formatAmount}} |
- {{wallet tx.address}}
+ {{wallet
+ tx.address}}
|
- {{format-tx
+ {{format-tx
tx.tx}}
|