mirror of
https://github.com/Retropex/umbrel-bitcoin.git
synced 2025-05-12 19:20:49 +02:00
display total mempool size from getmempoolinfo.usage instead of witness-discounted size from getmempoolinfo.bytes
This commit is contained in:
parent
13310989d0
commit
7163f73f46
@ -272,7 +272,7 @@ async function nodeStatusSummary() {
|
|||||||
return {
|
return {
|
||||||
difficulty: blockchainInfo.result.difficulty,
|
difficulty: blockchainInfo.result.difficulty,
|
||||||
size: blockchainInfo.result.sizeOnDisk,
|
size: blockchainInfo.result.sizeOnDisk,
|
||||||
mempool: mempoolInfo.result.bytes,
|
mempool: mempoolInfo.result.usage,
|
||||||
connections: networkInfo.result.connections,
|
connections: networkInfo.result.connections,
|
||||||
networkhashps: miningInfo.result.networkhashps
|
networkhashps: miningInfo.result.networkhashps
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user