diff options
| author | obscuren <geffobscura@gmail.com> | 2015-03-20 19:17:57 +0800 |
|---|---|---|
| committer | obscuren <geffobscura@gmail.com> | 2015-03-20 19:17:57 +0800 |
| commit | 91f9f355b2e334214e38e1827c624cdcc23c5130 (patch) | |
| tree | bc334429934493947077f9ec03b5ba26c9490036 /cmd | |
| parent | 55fdf3e46272ec50a4d55f519b542df790920306 (diff) | |
| download | go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.gz go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.bz2 go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.lz go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.xz go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.zst go-tangerine-91f9f355b2e334214e38e1827c624cdcc23c5130.zip | |
test
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 38c04ec9d..1a662c756 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -278,7 +278,7 @@ func accountCreate(ctx *cli.Context) { if err != nil { utils.Fatalf("Could not create the account: %v", err) } - fmt.Printf("Address: %#x\n", acct.Address) + fmt.Printf("Address: %x\n", acct.Address) } func importchain(ctx *cli.Context) { |
