mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-01 09:45:14 +00:00
Make TestNet field name consistent.
The commit makes the TestNet field in GetMiningInfoResult consistent with InfoResult.
This commit is contained in:
parent
d443b48994
commit
4202bf2e93
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ type GetMiningInfoResult struct {
|
||||||
HashesPerSec int64 `json:"hashespersec"`
|
HashesPerSec int64 `json:"hashespersec"`
|
||||||
NetworkHashPS int64 `json:"networkhashps"`
|
NetworkHashPS int64 `json:"networkhashps"`
|
||||||
PooledTx uint64 `json:"pooledtx"`
|
PooledTx uint64 `json:"pooledtx"`
|
||||||
Testnet bool `json:"testnet"`
|
TestNet bool `json:"testnet"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetWorkResult models the data from the getwork command.
|
// GetWorkResult models the data from the getwork command.
|
||||||
|
|
Loading…
Add table
Reference in a new issue