Squash various linter warnings (#5652)

Closes: #5651
This commit is contained in:
Alessio Treglia
2020-02-16 20:06:45 +01:00
committed by GitHub
parent 05c21a534a
commit c77bb7b038
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const (
)
// ExportCmd dumps app state to JSON.
func ExportCmd(ctx *Context, cdc *codec.Codec, appExporter AppExporter) *cobra.Command {
func ExportCmd(ctx *Context, cdc codec.JSONMarshaler, appExporter AppExporter) *cobra.Command {
cmd := &cobra.Command{
Use: "export",
Short: "Export state to JSON",