Skip to content

Commit

Permalink
Merge pull-request #50
Browse files Browse the repository at this point in the history
  • Loading branch information
timurnkey committed Nov 7, 2023
2 parents 377908e + 3bd172a commit d0facec
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 d0facec

Please sign in to comment.