From 05542684102a7af4485fb36071dea1d740b6ecbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20Dahl=C3=A9n?= Date: Mon, 20 Dec 2021 09:28:07 +0200 Subject: [PATCH] Update DefaultAccountKeyCount documentation --- configs/configs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/configs.go b/configs/configs.go index 1c596ec2..8ac64439 100644 --- a/configs/configs.go +++ b/configs/configs.go @@ -71,7 +71,7 @@ type Config struct { EncryptionKey string `env:"FLOW_WALLET_ENCRYPTION_KEY,notEmpty"` // Encryption key type, one of: local, aws_kms, google_kms EncryptionKeyType string `env:"FLOW_WALLET_ENCRYPTION_KEY_TYPE,notEmpty" envDefault:"local"` - // DefaultAccountKeyCount specifies how many times the account key will be duplicated upon account creation + // DefaultAccountKeyCount specifies how many times the account key will be duplicated upon account creation, does not affect existing accounts DefaultAccountKeyCount uint `env:"FLOW_WALLET_DEFAULT_ACCOUNT_KEY_COUNT" envDefault:"1"` // -- Database --