omgnetwork / plasma-mvp

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

Removed reference to plasma.config #157

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

Closes #156

Client was still referencing plasma.config, even though it'd been moved into constants.py. This patch should fix that bug.

kasima commented 6 years ago

Why don't the child chain tests catch this?

smartcontracts commented 6 years ago

None of the tests cover the rpc wrapper (called "Client").