Skip to content

Commit

Permalink
fix private-keys create
Browse files Browse the repository at this point in the history
  • Loading branch information
timurnkey committed Nov 7, 2023
1 parent 6dd4e03 commit 3bd172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/turnkey/pkg/private-keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var privateKeysCreateCmd = &cobra.Command{
addressFormats[n] = models.AddressFormat(f)
}

activity := string(models.ActivityTypeCreatePrivateKeys)
activity := string(models.ActivityTypeCreatePrivateKeysV2)

params := private_keys.NewCreatePrivateKeysParams()
params.SetBody(&models.CreatePrivateKeysRequest{
Expand Down

0 comments on commit 3bd172a

Please sign in to comment.