You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Filter mining status worker_stats to currently connected workers
(StratumStats retains disconnected workers for the node lifetime)
- Return an internal error from get_mining_status when no stats
provider is wired, instead of masking it as disabled
- Restore the public node_apis signature; add
node_apis_with_mining_stats for provider wiring
- Document is_running as set-once at startup
- Trim get_mining_status doc comment to match neighboring methods
Copy file name to clipboardExpand all lines: doc/api/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Or from the CLI:
30
30
grin client miningstatus
31
31
```
32
32
33
-
The response includes whether stratum is enabled/running, connected worker count, current block height and network difficulty, blocks found, network hashrate estimate, and per-worker share stats.
33
+
The response includes whether stratum is enabled/running, connected worker count, current block height and network difficulty, blocks found, network hashrate estimate, and per-worker share stats for currently connected workers.
0 commit comments