diff --git a/flowkit/flowkit.go b/flowkit/flowkit.go index 6004e2acf..b2e21ddd7 100644 --- a/flowkit/flowkit.go +++ b/flowkit/flowkit.go @@ -1051,7 +1051,6 @@ func (f *Flowkit) SendTransaction( return sentTx, res, err } - // this is added to resolve the issue with chainhash ambiguous import, // the code is not used, but it's needed to force go.mod specify and retain chainhash version // workaround for issue: https://github.com/golang/go/issues/27899 diff --git a/flowkit/mocks/Services.go b/flowkit/mocks/Services.go index d78805928..7839bf22b 100644 --- a/flowkit/mocks/Services.go +++ b/flowkit/mocks/Services.go @@ -4,6 +4,7 @@ package mocks import ( cadence "github.com/onflow/cadence" + accounts "github.com/onflow/flow-cli/flowkit/accounts" config "github.com/onflow/flow-cli/flowkit/config"