mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
btcjson: Add errors to InfoChainResult
The getinfo RPC will now include the errors attribute in the result.
This commit is contained in:
parent
0029905d43
commit
f862536929
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ type InfoChainResult struct {
|
||||||
Difficulty float64 `json:"difficulty"`
|
Difficulty float64 `json:"difficulty"`
|
||||||
TestNet bool `json:"testnet"`
|
TestNet bool `json:"testnet"`
|
||||||
RelayFee float64 `json:"relayfee"`
|
RelayFee float64 `json:"relayfee"`
|
||||||
|
Errors string `json:"errors"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LocalAddressesResult models the localaddresses data from the getnetworkinfo
|
// LocalAddressesResult models the localaddresses data from the getnetworkinfo
|
||||||
|
|
Loading…
Add table
Reference in a new issue