forked from TrueCloudLab/neoneo-go
cli: format error message
This commit is contained in:
parent
4edc62148b
commit
87f950a719
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ func dumpKeys(ctx *cli.Context) error {
|
|||
continue
|
||||
}
|
||||
if addrFlag.IsSet {
|
||||
return cli.NewExitError(fmt.Errorf("Unknown script type for address %s", address.Uint160ToString(addrFlag.Uint160())), 1)
|
||||
return cli.NewExitError(fmt.Errorf("unknown script type for address %s", address.Uint160ToString(addrFlag.Uint160())), 1)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue