mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 06:21:53 +01:00
fix: add await for rescan
This commit is contained in:
parent
91c6d32852
commit
74322232d0
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@
|
|||
await this.getWalletLinks()
|
||||
await this.getWalletConfig()
|
||||
this.timerCount()
|
||||
this.rescanOnchainAddresses()
|
||||
await this.rescanOnchainAddresses()
|
||||
setInterval(() => this.rescanOnchainAddresses(), 30 * 1000)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue