We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf08d8 commit 6e1eb76Copy full SHA for 6e1eb76
crates/rpc/tests/flashblocks_rpc.rs
@@ -460,7 +460,7 @@ async fn test_eth_call() -> Result<()> {
460
setup.send_test_payloads().await?;
461
462
// We included a big spending transaction in the payloads
463
- // and now don't have enough funds for this request, so this eth_call with fail
+ // and now don't have enough funds for this request, so this eth_call will fail
464
let res =
465
provider.call(big_spend.clone().nonce(3)).block(BlockNumberOrTag::Pending.into()).await;
466
assert!(res.is_err());
0 commit comments