We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8611d commit 010d970Copy full SHA for 010d970
crates/consensus/src/transaction/pooled.rs
@@ -259,8 +259,7 @@ mod tests {
259
.unwrap();
260
261
// Build a PooledTransaction (EIP-7594) and roundtrip encode/decode
262
- let pooled_tx: PooledTransaction =
263
- Signed::new_unchecked(tx_eip7594, sig, hash).into();
+ let pooled_tx: PooledTransaction = Signed::new_unchecked(tx_eip7594, sig, hash).into();
264
assert!(pooled_tx.is_eip4844());
265
266
let encoded = pooled_tx.encoded_2718();
0 commit comments