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)}
-
-
-
-
${transactionReceiver}
+
+
+
+
${transactionReceiver}
+
+
${formatAmount(amount, 'btc')}
-
View details
@@ -3873,9 +3877,9 @@
})
resolve(allTransactions)
}).catch(error => {
- // reject(tempTransactions)
reject(error)
})
+ // resolve(tempTransactions)
})
}