mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 03:45:02 +00:00
test
This commit is contained in:
parent
55fdf3e462
commit
91f9f355b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue