dhiway / cord.js

Cord JS API
Apache License 2.0
34 stars 46 forks source link

Add checks for enums before dispatch #208

Closed vatsa287 closed 2 months ago

vatsa287 commented 2 months ago

Extra check in SDK level when enum is of invalid which reaches to the chain as undefined which leads to 0th enum being set. Add a extra check to avoid this.