From 2a8e42060821c45bd4a1d2fd04bae2f1ca390232 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 27 Aug 2019 17:47:07 +0300 Subject: [PATCH] nep2: fix comment, NEP-2 is about keys, not wallets --- pkg/crypto/keys/nep2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/crypto/keys/nep2.go b/pkg/crypto/keys/nep2.go index 10a73576f..1dcde69ef 100644 --- a/pkg/crypto/keys/nep2.go +++ b/pkg/crypto/keys/nep2.go @@ -11,7 +11,7 @@ import ( "golang.org/x/text/unicode/norm" ) -// NEP-2 standard implementation for encrypting and decrypting wallets. +// NEP-2 standard implementation for encrypting and decrypting private keys. // NEP-2 specified parameters used for cryptography. const (