Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `TxPointer.txIndex` is `u16`, so `txCount` can't be more than `u16`. <img width="444" alt="image" src="https://github.com/FuelLabs/fuel-specs/assets/18346821/abfaedd5-f475-4b64-a43e-d3c4e886b53a"> The maximum number of receipts is limited to `255` per transaction. Allowing only `u16` transactions per block means we can have a maximum of `255 * u16::MAX` that is less than `u32`. ### Before requesting review - [x] I have reviewed the code myself ### After merging, notify other teams - [x] [Bridge]
- Loading branch information