Closed smartcontracts closed 6 years ago
Closes #38
This is a relatively small change - pulls out each individual validation into one method that throws if the transaction is invalid. All tests pass.
Note: Makes a small change to setup.py to fix ImportError: cannot import name 'force_text' as per #40. Unable to run py.test otherwise.
setup.py
ImportError: cannot import name 'force_text'
py.test
LGTM
Closes #38
This is a relatively small change - pulls out each individual validation into one method that throws if the transaction is invalid. All tests pass.
Note: Makes a small change to
setup.py
to fixImportError: cannot import name 'force_text'
as per #40. Unable to runpy.test
otherwise.