Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: continue the tx validation loop if assetId length check fails (#18)
Currently, we check if the length of the assetId sent by the rollup is of 32 bytes. If the check fails, we still continue executing the code which will lead to a panic as in the subsequent we try to index the bytes. The fix would be to ignore this tx when the validation fails
- Loading branch information