feat(primitives): re-export alloy Recovered (#13670)

This commit is contained in:
bendanzhentan
2025-01-07 01:20:58 +08:00
committed by GitHub
parent fbf7430d9b
commit 20e003f9b4
7 changed files with 39 additions and 179 deletions

View File

@ -67,7 +67,7 @@ impl OpPayloadTransactions for CustomTxPriority {
..Default::default()
};
let signature = sender.sign_transaction_sync(&mut end_of_block_tx).unwrap();
let end_of_block_tx = RecoveredTx::from_signed_transaction(
let end_of_block_tx = RecoveredTx::new_unchecked(
OpTransactionSigned::new_unhashed(
OpTypedTransaction::Eip1559(end_of_block_tx),
signature,