aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-20 19:17:57 +0800
committerobscuren <geffobscura@gmail.com>2015-03-20 19:17:57 +0800
commit91f9f355b2e334214e38e1827c624cdcc23c5130 (patch)
treebc334429934493947077f9ec03b5ba26c9490036 /cmd
parent55fdf3e46272ec50a4d55f519b542df790920306 (diff)
downloaddexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.gz
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.bz2
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.lz
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.xz
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.tar.zst
dexon-91f9f355b2e334214e38e1827c624cdcc23c5130.zip
test
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go2
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) {