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"`
|
||||
NetworkHashPS int64 `json:"networkhashps"`
|
||||
PooledTx uint64 `json:"pooledtx"`
|
||||
Testnet bool `json:"testnet"`
|
||||
TestNet bool `json:"testnet"`
|
||||
}
|
||||
|
||||
// GetWorkResult models the data from the getwork command.
|
||||
|
|
Loading…
Add table
Reference in a new issue