Skip to content

Commit

Permalink
check last 5 pending
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed May 27, 2024
1 parent a97ba56 commit f1b52fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,8 @@ export const useWalletStore = defineStore("wallet", {
if (t.status === "pending" && t.amount < 0) {
console.log("### checkPendingTokens", t.token)
this.checkTokenSpendable(t.token, verbose);
i += 1;
}
i += 1;
}
},
handleBolt11Invoice: async function () {
Expand Down

0 comments on commit f1b52fb

Please sign in to comment.