Skip to content

Commit

Permalink
chore: make gnokey consistent with the changes applied to gnokeykc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl authored Jan 23, 2024
1 parent 7339bdc commit 7888dca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gno.land/cmd/gnokey/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import (
)

func main() {
baseCfg := client.BaseOptions{
Home: gnoenv.HomeDir(),
Remote: "127.0.0.1:26657",
}
baseCfg := client.DefaultBaseOptions
baseCfg.Home = gnoenv.HomeDir()

cmd := keyscli.NewRootCmd(commands.NewDefaultIO(), baseCfg)
cmd.Execute(context.Background(), os.Args[1:])
Expand Down

0 comments on commit 7888dca

Please sign in to comment.