Skip to content

Commit

Permalink
Merge pull request #2225 from eqlabs/should-have-rebased
Browse files Browse the repository at this point in the history
fix(rpc): should have rebased
  • Loading branch information
kkovaacs committed Sep 6, 2024
2 parents 37ed7e9 + 072d727 commit ec8c0f4
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 ec8c0f4

Please sign in to comment.