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:
parent
55154501b7
commit
af533c170a
@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user