mirror of
https://github.com/mempool/mempool.git
synced 2025-10-09 14:43:03 +02:00
Fix for Bisq blocks data watchers stopps working randomly. Restaring watcher when block height has diverged.
This commit is contained in:
@@ -84,6 +84,7 @@ class Server {
|
||||
if (config.BISQ_ENABLED) {
|
||||
bisq.startBisqService();
|
||||
bisq.setPriceCallbackFunction((price) => websocketHandler.setExtraInitProperties('bsq-price', price));
|
||||
blocks.setNewBlockCallback(bisq.handleNewBitcoinBlock.bind(bisq));
|
||||
}
|
||||
|
||||
if (config.BISQ_MARKET_ENABLED) {
|
||||
|
Reference in New Issue
Block a user