Closed smartcontracts closed 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.
Client
plasma.config
constants.py
Why don't the child chain tests catch this?
None of the tests cover the rpc wrapper (called "Client").
Closes #156
Client
was still referencingplasma.config
, even though it'd been moved intoconstants.py
. This patch should fix that bug.