Skip to content

Commit

Permalink
Add missing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Dec 4, 2024
1 parent 83d9641 commit 5ca045e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/services/executor/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,7 @@ where
.iter()
.map(|input| input.predicate_gas_used())
.collect();
// TODO: Add support for expiration policy
let ready_tx = checked_tx.into_ready(gas_price, gas_costs, fee_params, None)?;

let mut vm = Interpreter::with_storage(
Expand Down

0 comments on commit 5ca045e

Please sign in to comment.