FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.
Other
58.15k stars 2.77k forks source link

Use updated `add_random_fee_input()` in `fuel-core` #2227

Open rafal-ch opened 1 week ago

rafal-ch commented 1 week ago

When the new release of fuel-vm, containing this change, is published, update the fuel-core code to take advantage of the new add_random_fee_input() and add_fee_input() functions.

One of the steps it to revert the changes made in this commit

Currently blocked: awaiting new release of fuel-vm.