Skip to content

Commit ae4d625

Browse files
committed
revert change AddAccountKeysTransaction default env algorithm to SHA2_256
1 parent c59ce92 commit ae4d625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/configs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Config struct {
4848
// the service will use flow.AccountKeyWeightThreshold from the Flow SDK.
4949
DefaultKeyWeight int `env:"DEFAULT_KEY_WEIGHT" envDefault:"-1"`
5050
DefaultSignAlgo string `env:"DEFAULT_SIGN_ALGO" envDefault:"ECDSA_P256"`
51-
DefaultHashAlgo string `env:"DEFAULT_HASH_ALGO" envDefault:"SHA2_256"`
51+
DefaultHashAlgo string `env:"DEFAULT_HASH_ALGO" envDefault:"SHA3_256"`
5252
// This symmetrical key is used to encrypt private keys
5353
// that are stored in the database. Values per type:
5454
// - local: 32 bytes long encryption key

0 commit comments

Comments
 (0)