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 f618d03 commit c598beaCopy full SHA for c598bea
crates/op-rbuilder/src/tx_signer.rs
@@ -72,7 +72,7 @@ mod test {
72
use super::*;
73
use alloy_consensus::TxEip1559;
74
use alloy_primitives::{address, fixed_bytes, TxKind as TransactionKind};
75
- use reth::core::primitives::SignedTransaction;
+ use alloy_consensus::transaction::SignerRecoverable;
76
#[test]
77
fn test_sign_transaction() {
78
let secret =
0 commit comments