Skip to content

Commit 010d970

Browse files
fmt
1 parent 8b8611d commit 010d970

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/consensus/src/transaction/pooled.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ mod tests {
259259
.unwrap();
260260

261261
// Build a PooledTransaction (EIP-7594) and roundtrip encode/decode
262-
let pooled_tx: PooledTransaction =
263-
Signed::new_unchecked(tx_eip7594, sig, hash).into();
262+
let pooled_tx: PooledTransaction = Signed::new_unchecked(tx_eip7594, sig, hash).into();
264263
assert!(pooled_tx.is_eip4844());
265264

266265
let encoded = pooled_tx.encoded_2718();

0 commit comments

Comments
 (0)