Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Aug 23, 2024
1 parent 6e2921c commit 30a3338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decommit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl WorldDiff {
world: &mut W,
decommit: UnpaidDecommit,
gas: &mut u32,
) -> Option<(Program<T>, usize)> {
) -> Option<(Program<T, W>, usize)> {
if decommit.cost > *gas {
// Unlike all other gas costs, this one is not paid if low on gas.
return None;
Expand Down

0 comments on commit 30a3338

Please sign in to comment.