make format && go mod tidy (#7378)

This commit is contained in:
Alessio Treglia
2020-09-23 18:04:26 +01:00
committed by GitHub
parent f52cce2909
commit b590094e1d
8 changed files with 15 additions and 16 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ package signing
import (
"fmt"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/tendermint/tendermint/crypto"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
)
// SignatureV2 is a convenience type that is easier to use in application logic
+2 -1
View File
@@ -3,10 +3,11 @@ package tx
import (
fmt "fmt"
"github.com/tendermint/tendermint/crypto"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/tendermint/tendermint/crypto"
)
// MaxGasWanted defines the max gas allowed.