mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use generics for RecoveredTx (#13650)
This commit is contained in:
@ -39,7 +39,7 @@ where
|
||||
|
||||
fn fill(
|
||||
&self,
|
||||
tx: RecoveredTx,
|
||||
tx: RecoveredTx<TransactionSigned>,
|
||||
tx_info: TransactionInfo,
|
||||
) -> Result<Self::Transaction, Self::Error> {
|
||||
let from = tx.signer();
|
||||
|
||||
Reference in New Issue
Block a user