omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Patch InvalidAddress bug #151

Closed smartcontracts closed 6 years ago

smartcontracts commented 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.