Improv: On new block push, simultaneously send new mempool stats.
This commit is contained in:
parent
a36cca73f4
commit
2954b30209
@ -268,7 +268,8 @@ class WebsocketHandler {
|
||||
}
|
||||
|
||||
const response = {
|
||||
'block': block
|
||||
'block': block,
|
||||
'mempoolInfo': memPool.getMempoolInfo(),
|
||||
};
|
||||
|
||||
if (mBlocks && client['want-mempool-blocks']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user