FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

Fix a bug in CCP instruction #753

Closed Dentosal closed 3 weeks ago

Dentosal commented 3 weeks 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