AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

Fix incorrect function selector #47

Closed Dinonard closed 2 years ago

Dinonard commented 2 years ago

Pull Request Summary

Fix for incorrect function selector in precompile dapps-staking. Since enum is mapped to uint8, we should use that type instead.

Check list