Show getnetworkhashps core result in dashboard + update unit formatting

This commit is contained in:
nymkappa
2022-04-30 17:19:03 +09:00
parent 395b0ead32
commit e61cb4841a
3 changed files with 3 additions and 3 deletions

View File

@@ -630,6 +630,7 @@ class Routes {
res.json({
hashrates: hashrates,
difficulty: difficulty,
currentHashrate: await bitcoinClient.getNetworkHashPs()
});
} catch (e) {
res.status(500).send(e instanceof Error ? e.message : e);