Commit 91f9f355 authored by obscuren's avatar obscuren

test

parent 55fdf3e4
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment