FuelLabs/fuel-tx
`Transaction::Create` requires that `storage_slots` is sorted
Open
#153 opened on Jun 25, 2022
enhancementgood first issue
Repository metrics
- Stars
- (14 stars)
- PR merge metrics
- (PR metrics pending)
Description
It would be nice if the sorting is done by fuel-tx directly instead of having to rely on the caller of Transaction::Create() to sort them beforehand.