From 51a1badacd878901acd80a9200aaced8d87170b0 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 8 Apr 2021 10:37:22 +0200 Subject: [PATCH] Change pycryptodome description 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 dc6e355a..da675f9a 100644 --- a/apps/contract-migration/scripts/README.md +++ b/apps/contract-migration/scripts/README.md @@ -208,4 +208,4 @@ Should exit with code 0 if all input data is found in the respective services. - Sovereign import scripts use the same keystore, and running them simultaneously will mess up the transaction nonce sequence. Better would be to use two different keystore wallets so balance and users scripts can be run simultaneously. -- `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`. (This problem will go away once the last bit of web3-related code is gone). +- `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.