diff --git a/rpc/jsonrpc/types/chainsvrresults.go b/rpc/jsonrpc/types/chainsvrresults.go index 307ed1e8..20cf78cf 100644 --- a/rpc/jsonrpc/types/chainsvrresults.go +++ b/rpc/jsonrpc/types/chainsvrresults.go @@ -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"` }