We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96be745 commit 3d26ca0Copy full SHA for 3d26ca0
1 file changed
crates/anvil/src/eth/backend/fork.rs
@@ -383,8 +383,7 @@ impl<N: Network> ClientFork<N> {
383
return self.transaction_by_hash(*tx_hash).await;
384
}
385
386
- // TODO(evalir): Is it possible to reach this case? Should we support it
387
- BlockTransactions::Uncle => panic!("Uncles not supported"),
+ BlockTransactions::Uncle => {}
388
389
390
Ok(None)
@@ -408,8 +407,7 @@ impl<N: Network> ClientFork<N> {
408
407
409
410
411
412
413
414
415
0 commit comments