FuelLabs / fuel-vm

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

Removed redundant `self.receipts.root()` call #772

Closed xgreenx closed 5 months ago

xgreenx commented 5 months ago

We call the same logic in the post_execute

image image

Before requesting review