Renamed extra to extras

This commit is contained in:
nymkappa
2022-02-04 19:28:00 +09:00
parent 9f0b09295d
commit 456bd5a18e
11 changed files with 31 additions and 31 deletions

View File

@@ -380,8 +380,8 @@ class WebsocketHandler {
mBlocks = mempoolBlocks.getMempoolBlocks();
}
if (block.extra) {
block.extra.matchRate = matchRate;
if (block.extras) {
block.extras.matchRate = matchRate;
}
this.wss.clients.forEach((client) => {