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