CityOfZion / neo-boa

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

Invoking Neo.Contract.IsPayable fails #97

Closed jhwinter closed 6 years ago

jhwinter commented 6 years ago

I ran

my_hash = GetExecutingScriptHash()
Notify(my_hash.IsPayable)

and consistently received a warning message: [W 181004 11:17:07 InteropService:537] method Neo.Contract.GetIsPayable not found

jhwinter commented 6 years ago

Just installed neo-boa version 0.5.4 and this works as expected now