Skip to content

Commit

Permalink
fix: revert #670 (bcrypt cost) to fix #680 (#684)
Browse files Browse the repository at this point in the history
Co-authored-by: grepsuzette <[email protected]>
  • Loading branch information
grepsuzette and grepsuzette authored Apr 1, 2023
1 parent 41af8f6 commit 2b7642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/crypto/keys/armor/armor.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
blockTypePrivKey = "TENDERMINT PRIVATE KEY"
blockTypeKeyInfo = "TENDERMINT KEY INFO"
blockTypePubKey = "TENDERMINT PUBLIC KEY"
bcryptSecurityParameter = 11
bcryptSecurityParameter = 12
)

// -----------------------------------------------------------------
Expand Down

0 comments on commit 2b7642b

Please sign in to comment.