Skip to content

Commit 445849c

Browse files
author
Solar Mithril
committed
Fix test
1 parent ef714db commit 445849c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/op-rbuilder/src/tx_signer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ impl FromStr for Signer {
7070
#[cfg(test)]
7171
mod test {
7272
use super::*;
73-
use alloy_consensus::TxEip1559;
73+
use alloy_consensus::{transaction::SignerRecoverable, TxEip1559};
7474
use alloy_primitives::{address, fixed_bytes, TxKind as TransactionKind};
75-
use reth::core::primitives::SignedTransaction;
7675
#[test]
7776
fn test_sign_transaction() {
7877
let secret =

0 commit comments

Comments
 (0)