mirror of
https://github.com/mempool/mempool.git
synced 2025-09-29 07:53:44 +02:00
Add end quotes
This commit is contained in:
@@ -707,7 +707,7 @@ class Blocks {
|
|||||||
timer: null,
|
timer: null,
|
||||||
};
|
};
|
||||||
state.timer = setTimeout(() => {
|
state.timer = setTimeout(() => {
|
||||||
logger.err(`$updateBlocks stalled at "${state.progress}`);
|
logger.err(`$updateBlocks stalled at "${state.progress}"`);
|
||||||
}, this.mainLoopTimeout);
|
}, this.mainLoopTimeout);
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
@@ -250,7 +250,7 @@ class Mempool {
|
|||||||
timer: null,
|
timer: null,
|
||||||
};
|
};
|
||||||
state.timer = setTimeout(() => {
|
state.timer = setTimeout(() => {
|
||||||
logger.err(`$updateMempool stalled at "${state.progress}`);
|
logger.err(`$updateMempool stalled at "${state.progress}"`);
|
||||||
}, this.mainLoopTimeout);
|
}, this.mainLoopTimeout);
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user