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 8a28ac1 commit 060fbadCopy full SHA for 060fbad
crates/db/tests/db.rs
@@ -39,11 +39,14 @@ fn test_insert_signet_block() {
39
block: SealedBlock {
40
header: SealedHeader::new(alloy::consensus::Header::default()),
41
body: BlockBody {
42
- transactions: std::iter::repeat_n(TxEnvelope::Eip1559(Signed::new_unhashed(
+ transactions: std::iter::repeat_n(
43
+ TxEnvelope::Eip1559(Signed::new_unhashed(
44
TxEip1559::default(),
45
Signature::test_signature(),
46
))
- .into(), 10)
47
+ .into(),
48
+ 10,
49
+ )
50
.collect(),
51
ommers: vec![],
52
withdrawals: None,
0 commit comments