fix: add await for rescan
This commit is contained in:
parent
91c6d32852
commit
74322232d0
|
@ -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)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user