FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

When `amount` is zero do not update the balance #866

Open xgreenx opened 3 weeks ago

xgreenx commented 3 weeks ago

The current code always increases and decreases the balance even if we have no updates. It means storage read and write and spends a lot of resources for nothing.

image