bug: fix a bunch of missed instances of nominal_ naming.

This commit is contained in:
Upstream Data
2023-12-22 15:32:01 -07:00
parent d84d95fe5f
commit 550b4a97a1
15 changed files with 96 additions and 96 deletions

View File

@@ -31,7 +31,7 @@ EPIC_DATA_LOC = {
"hostname": {"cmd": "get_hostname", "kwargs": {"web_summary": {"web": "summary"}}},
"hashrate": {"cmd": "get_hashrate", "kwargs": {"web_summary": {"web": "summary"}}},
"expected_hashrate": {
"cmd": "get_nominal_hashrate",
"cmd": "get_expected_hashrate",
"kwargs": {"web_summary": {"web": "summary"}},
},
"hashboards": {