mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-29 10:10:00 +02:00
fix: add await for rescan
This commit is contained in:
@ -559,7 +559,7 @@
|
|||||||
await this.getWalletLinks()
|
await this.getWalletLinks()
|
||||||
await this.getWalletConfig()
|
await this.getWalletConfig()
|
||||||
this.timerCount()
|
this.timerCount()
|
||||||
this.rescanOnchainAddresses()
|
await this.rescanOnchainAddresses()
|
||||||
setInterval(() => this.rescanOnchainAddresses(), 30 * 1000)
|
setInterval(() => this.rescanOnchainAddresses(), 30 * 1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user