1
0

commands: fix encrypt/decrypt

based on Electron-Cash/Electron-Cash@62aa08a0ff
This commit is contained in:
SomberNight
2019-05-03 03:10:31 +02:00
parent 387834164c
commit fd5b1acdc8
7 changed files with 44 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ from electrum import constants
# If set, unit tests that would normally test functions with multiple implementations,
# will only be run once, using the fastest implementation.
# e.g. libsecp256k1 vs python-ecdsa. pycryptodomex vs pyaes.
FAST_TESTS = False
FAST_TESTS = 1
# some unit tests are modifying globals; sorry.