Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/rpc/tests/flashblocks_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ async fn test_eth_estimate_gas() -> Result<()> {
setup.send_test_payloads().await?;

// We included a heavy spending transaction and now don't have enough funds for this request, so
// this eth_estimate_gas with fail
// this eth_estimate_gas will fail
let res = provider
.estimate_gas(send_estimate_gas.nonce(4))
.block(BlockNumberOrTag::Pending.into())
Expand Down
Loading