Skip to content

Commit

Permalink
fix typo in BchGRPC json tag
Browse files Browse the repository at this point in the history
postables committed May 14, 2019
1 parent d001166 commit e7574dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
@@ -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"`
}

0 comments on commit e7574dc

Please sign in to comment.