Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Oct 31, 2023
1 parent cbb67ac commit 4abdfb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/services/txpool/src/transaction_selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ mod tests {
},
fuel_tx::{
FeeParameters,
GasCosts,
Output,
TransactionBuilder,
},
Expand Down Expand Up @@ -105,6 +106,7 @@ mod tests {
asset_id: Default::default(),
})
.with_fee_params(fee_params)
.with_gas_costs(GasCosts::free())
// The block producer assumes transactions are already checked
// so it doesn't need to compute valid sigs for tests
.finalize_checked_basic(Default::default()).into()
Expand Down

0 comments on commit 4abdfb0

Please sign in to comment.