FuelLabs / fuel-vm

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

Fix a bug in CCP instruction #753

Closed Dentosal closed 5 months ago

Dentosal commented 5 months ago

CCP instruction was not checking for ownership properly. This PR fixes the bug, and refactors the code a bit so that similar issues cannot occur again as easily.

Checklist

Before requesting review