forked from TrueCloudLab/neoneo-go
nep2: fix comment, NEP-2 is about keys, not wallets
This commit is contained in:
parent
5836ae6873
commit
2a8e420608
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
"golang.org/x/text/unicode/norm"
|
"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.
|
// NEP-2 specified parameters used for cryptography.
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue