Skip to content

Commit

Permalink
Update stdtx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ylsGit authored Jul 10, 2024
1 parent 20cd8a7 commit bf778b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/cosmos-sdk/x/auth/types/stdtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package types
import (
"encoding/json"
"fmt"
"math/big"

ethcmn "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/rlp"
"github.com/okex/exchain/libs/cosmos-sdk/codec"
Expand All @@ -14,7 +16,6 @@ import (
"github.com/okex/exchain/libs/tendermint/crypto/multisig"
"github.com/tendermint/go-amino"
yaml "gopkg.in/yaml.v2"
"math/big"
)

var (
Expand Down

0 comments on commit bf778b9

Please sign in to comment.