From af533c170aad76ccf8ced8fcaa769a1df244f726 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 26 Apr 2022 01:01:03 -0500 Subject: [PATCH] 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. --- rpc/jsonrpc/types/chainsvrresults.go | 1 - 1 file changed, 1 deletion(-) 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"` }