rpc/jsonrpc/types: Remove getinfo addrindex field.

This removes the deprecated addrindex field from the getinforesult type.

This is part of the overall removal of the deprecated address index.
This commit is contained in:
Dave Collins 2022-04-26 01:01:03 -05:00
parent 55154501b7
commit af533c170a
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -205,7 +205,6 @@ type InfoChainResult struct {
TestNet bool `json:"testnet"`
RelayFee float64 `json:"relayfee"`
Errors string `json:"errors"`
AddrIndex bool `json:"addrindex"`
TxIndex bool `json:"txindex"`
}