auto check

This commit is contained in:
callebtc
2022-11-06 12:48:33 +01:00
parent c6af5ce193
commit de3060cf70

View File

@@ -1847,9 +1847,7 @@ page_container %}
recheckPendingTokens: async function () { recheckPendingTokens: async function () {
for (const token of this.historyTokens) { for (const token of this.historyTokens) {
console.log(token.status, token.amount)
if (token.status === 'pending' && token.amount < 0) { if (token.status === 'pending' && token.amount < 0) {
print('CHEKABLE')
this.checkTokenSpendable(token.token, false) this.checkTokenSpendable(token.token, false)
} }
} }