Joystream / substrate-node-joystream

Joystream Full Node
https://www.joystream.org
GNU General Public License v3.0
15 stars 16 forks source link

correctly reject invalid extrinsics #38

Closed mnaamani closed 5 years ago

mnaamani commented 5 years ago

@bwhm correctly observed that invalid calls/transactions were being finalized. (In the web ui an invalid attempt to stake or create proposal was appearing to succeed)

This PRs fixes this issue.