mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Add tests for withdrawals provider (#10428)
This commit is contained in:
@ -713,7 +713,7 @@ mod tests {
|
||||
let factory = create_test_provider_factory();
|
||||
|
||||
let mut rng = generators::rng();
|
||||
let block = random_block(&mut rng, 0, None, Some(3), None, None);
|
||||
let block = random_block(&mut rng, 0, None, Some(3), None, None, None);
|
||||
|
||||
let tx_ranges: Vec<RangeInclusive<TxNumber>> = vec![0..=0, 1..=1, 2..=2, 0..=1, 1..=2];
|
||||
for range in tx_ranges {
|
||||
|
||||
Reference in New Issue
Block a user