client: add EIP55 address to debug command (#464)

* cmd: debug command

* c++

* docs
This commit is contained in:
Federico Kunze Küllmer
2021-08-20 09:01:57 +00:00
committed by GitHub
parent d068f5b331
commit 6f145da328
4 changed files with 142 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,6 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/config"
"github.com/cosmos/cosmos-sdk/client/debug"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/rpc"
sdkserver "github.com/cosmos/cosmos-sdk/server"
@@ -33,6 +32,7 @@ import (
"github.com/tharsis/ethermint/app"
ethermintclient "github.com/tharsis/ethermint/client"
"github.com/tharsis/ethermint/client/debug"
"github.com/tharsis/ethermint/crypto/hd"
"github.com/tharsis/ethermint/encoding"
"github.com/tharsis/ethermint/server"