From e7574dc3eaab56cea08a45ee35445b178f4660c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 May 2019 19:19:29 -0700 Subject: [PATCH] fix typo in BchGRPC json tag --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 002a98f..66f8ba0 100644 --- a/types.go +++ b/types.go @@ -165,7 +165,7 @@ type Services struct { URL string `json:"url"` CertFile string `json:"cert_file"` KeyFile string `json:"key_file"` - } `json:"bhc_grpc"` + } `json:"bch_grpc"` Krab `json:"krab"` KrabFallback Krab `json:"krab_fallback"` }