From 7efaa484b5bb691199daadbd51ef6d096b8fdc17 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 8 Apr 2021 11:50:34 +0200 Subject: [PATCH] Slight improve readme --- apps/contract-migration/scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contract-migration/scripts/README.md b/apps/contract-migration/scripts/README.md index bcea44be..f2aa227c 100644 --- a/apps/contract-migration/scripts/README.md +++ b/apps/contract-migration/scripts/README.md @@ -224,4 +224,4 @@ Should exit with code 0 if all input data is found in the respective services. - `pycrypto` and `pycryptodome` _have to be installed in that order_. If you get errors concerning `Crypto.KDF` then uninstall both and re-install in that order. Make sure you use the versions listed in `requirements.txt`. `pycryptodome` is a legacy dependency and will be removed as soon as possible. -- Sovereign import script is very slow because it's scrypt'ing keystore files. An improvement would be optional and/or asynchronous keyfile generation. +- Sovereign import script is very slow because it's scrypt'ing keystore files for the accounts that it creates. An improvement would be optional and/or asynchronous keyfile generation.