Skip to content

Commit c598bea

Browse files
committed
Fix test
1 parent f618d03 commit c598bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/op-rbuilder/src/tx_signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mod test {
7272
use super::*;
7373
use alloy_consensus::TxEip1559;
7474
use alloy_primitives::{address, fixed_bytes, TxKind as TransactionKind};
75-
use reth::core::primitives::SignedTransaction;
75+
use alloy_consensus::transaction::SignerRecoverable;
7676
#[test]
7777
fn test_sign_transaction() {
7878
let secret =

0 commit comments

Comments
 (0)