support for acceleration mempool blocks animation

This commit is contained in:
Mononaut
2023-06-13 13:35:25 -04:00
parent 77b0a8eccc
commit 5682b157c1
5 changed files with 36 additions and 3 deletions

View File

@@ -145,6 +145,7 @@ class WebsocketHandler {
response['txPosition'] = {
txid: trackTxid,
position: tx.position,
accelerated: tx.acceleration || undefined,
};
}
} else {