From 121f2776c914e522c80a5b57426a015255cd721a Mon Sep 17 00:00:00 2001 From: doctorlev <33044459+doctorlev@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:13:34 -0400 Subject: [PATCH] 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 --- docs/_dapp/native-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/native-accounts.md b/docs/_dapp/native-accounts.md index bdf985c2b..ec91edd49 100644 --- a/docs/_dapp/native-accounts.md +++ b/docs/_dapp/native-accounts.md @@ -83,7 +83,7 @@ recommend placing it either inside your user's home directory or even more locke backend applications. 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 be. You can choose between [`accounts.StandardScryptN, accounts.StandardScryptP`, `accounts.LightScryptN,