Skip to content

Commit

Permalink
should have rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Sep 6, 2024
1 parent ca0f95b commit 072d727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rpc/src/method/estimate_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ mod tests {
invoke_v0_transaction,
invoke_v3_transaction,
],
simulation_flags: SimulationFlags(vec![]),
simulation_flags: vec![],
block_id: BlockId::Number(last_block_header.number),
};
let result = super::estimate_fee(context, input).await.unwrap();
Expand Down Expand Up @@ -625,7 +625,7 @@ mod tests {
invoke_v0_transaction,
invoke_v3_transaction,
],
simulation_flags: SimulationFlags(vec![]),
simulation_flags: vec![],
block_id: BlockId::Number(last_block_header.number),
};
let result = super::estimate_fee(context, input).await.unwrap();
Expand Down

0 comments on commit 072d727

Please sign in to comment.