From 450873d0809ecd6df1fde6cb99d5c517550ea49e Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Tue, 23 Oct 2018 10:47:20 -0700 Subject: [PATCH] Update client/keys/utils.go Co-Authored-By: alessio --- client/keys/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/keys/utils.go b/client/keys/utils.go index b10faf698888..522015e1b458 100644 --- a/client/keys/utils.go +++ b/client/keys/utils.go @@ -77,7 +77,7 @@ func ReadPassphraseFromStdin(name string) (string, error) { // TODO make keybase take a database not load from the directory -// GetKeyBase initializes a keybase based on the configuration. +// GetKeyBase initializes a read-only KeyBase based on the configuration. func GetKeyBase() (keys.Keybase, error) { rootDir := viper.GetString(cli.HomeFlag) return GetKeyBaseFromDir(rootDir)