From de2d3830c586611bbce08422910b6d25107350eb Mon Sep 17 00:00:00 2001 From: Tomas Tauber <2410580+tomtau@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:23:57 +0800 Subject: [PATCH] Problem: 0.7 branch fails to compile Solution: added the needed import --- cmd/chain-maind/app/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/chain-maind/app/app.go b/cmd/chain-maind/app/app.go index 1f34a0bbc..fc0f9baad 100644 --- a/cmd/chain-maind/app/app.go +++ b/cmd/chain-maind/app/app.go @@ -5,6 +5,7 @@ import ( "encoding/json" "io" "os" + "path/filepath" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/snapshots"