CityOfZion / neo-boa

Python compiler for the Neo2 Virtual Machine, see neo3-boa for NEO3
MIT License
69 stars 55 forks source link

Added tests for Neo.Contract.IsPayable #103

Closed jhwinter closed 6 years ago

jhwinter commented 6 years ago

What current issue(s) from Github does this address?

97

What problem does this PR solve? GetContract(script_hash).IsPayable previously failed, added tests to show that the problem has been fixed How did you solve this problem? Changing Neo.Contract.IsPayable to Neo.Contract.GetIsPayable How did you make sure your solution works? added some tests and ran them Are there any special changes in the code that we should be aware of? n/a Is there anything else we should know? n/a