mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: alloy 0.14 (#15635)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -52,7 +52,7 @@ fn payload_body_roundtrip() {
|
||||
#[test]
|
||||
fn payload_validation_conversion() {
|
||||
let mut rng = generators::rng();
|
||||
let parent = rng.gen();
|
||||
let parent = rng.random();
|
||||
let block = random_block(
|
||||
&mut rng,
|
||||
100,
|
||||
|
||||
Reference in New Issue
Block a user