chore: use signedtx trait (#16143)

This commit is contained in:
Matthias Seitz
2025-05-09 18:28:07 +02:00
committed by GitHub
parent db885ccae8
commit 74e7e5f1cf
3 changed files with 7 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ use reth_primitives_traits::{
crypto::secp256k1::sign_message, proofs, Account, Block as _, Log, SealedBlock, SealedHeader,
StorageEntry,
};
use secp256k1::{Keypair, Secp256k1};
use std::{
cmp::{max, min},