Closed smartcontracts closed 6 years ago
Fixes #150
Root of the problem was the all-lowercase address in plasma/config.py. Replaced by moving the config to plasma_core/constants.py and converting to checksummed address.
plasma/config.py
plasma_core/constants.py
Fixes #150
Root of the problem was the all-lowercase address in
plasma/config.py
. Replaced by moving the config toplasma_core/constants.py
and converting to checksummed address.