Update link in native-accounts.md (#21380)
it looks there was a typo in "The last two arguments of..." - it was pointing to "accounts.NewManager"+link, while the context gives a description for "keystore.NewKeyStore" (which I changed with the link): choosing between [`accounts.StandardScryptN, accounts.StandardScryptP`,`accounts.LightScryptN, accounts.LightScryptP`] occurs in "keystore.NewKeyStore". Thank you
This commit is contained in:
@ -83,7 +83,7 @@ recommend placing it either inside your user's home directory or even more locke
|
|||||||
backend applications.
|
backend applications.
|
||||||
|
|
||||||
The last two arguments of
|
The last two arguments of
|
||||||
[`accounts.NewManager`](https://godoc.org/github.com/ethereum/go-ethereum/accounts#NewManager)
|
[`keystore.NewKeyStore`](https://godoc.org/github.com/ethereum/go-ethereum/accounts/keystore#NewKeyStore)
|
||||||
are the crypto parameters defining how resource-intensive the keystore encryption should
|
are the crypto parameters defining how resource-intensive the keystore encryption should
|
||||||
be. You can choose between [`accounts.StandardScryptN, accounts.StandardScryptP`,
|
be. You can choose between [`accounts.StandardScryptN, accounts.StandardScryptP`,
|
||||||
`accounts.LightScryptN,
|
`accounts.LightScryptN,
|
||||||
|
Reference in New Issue
Block a user