check pending payments and invoices on startup.

This commit is contained in:
fiatjaf
2019-12-15 20:33:25 +00:00
parent ad1c561862
commit 7616b4ec89
3 changed files with 57 additions and 3 deletions
+4
View File
@@ -347,3 +347,7 @@ function convertTimestamp(timestamp) {
if (transactions.length) {
drawChart(transactions)
}
if (wallet) {
postAjax('/v1/checkpending', '', wallet.adminkey, function(data) {})
}