fuel-core
fuel-core copied to clipboard
Fixed the error during dry run
Because of race condition it was possible that dry run will fail. I moved the check to production, where we really need to require this behavior. But in the case of the dry run we only care about previous block existence.
Checklist
- [x] New behavior is reflected in tests
Before requesting review
- [x] I have reviewed the code myself