algorand / pyteal

Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
285 stars 131 forks source link

Correct `EcPairingCheck` & `EcSubgroupCheck` return types #717

Closed jasonpaulos closed 10 months ago

jasonpaulos commented 10 months ago

These types return a uint64, but they were typed as bytes. This PR fixes this bug.

Fixes #716