diff --git a/index.html b/index.html index 36cbe94..1675ad7 100644 --- a/index.html +++ b/index.html @@ -3509,11 +3509,13 @@ ${icon}
-
-
${transactionReceiver}
+
+
+
${transactionReceiver}
+ +
${formatAmount(tokenAmount)}
-
View details @@ -3648,12 +3650,14 @@ ${icon}
-
-
-
${transactionReceiver}
+
+
+
+
${transactionReceiver}
+ +
${formatAmount(amount, 'btc')}
-
View details @@ -3873,9 +3877,9 @@ }) resolve(allTransactions) }).catch(error => { - // reject(tempTransactions) reject(error) }) + // resolve(tempTransactions) }) }