chore: use alloy traits for PoolTransaction (#14228)

This commit is contained in:
Arsenii Kulikov
2025-02-05 06:05:00 +04:00
committed by GitHub
parent 6d5607dc2b
commit a63f92e017
17 changed files with 276 additions and 322 deletions

View File

@ -1710,7 +1710,7 @@ impl PooledTransactionsHashesBuilder {
Self::Eth68(msg) => {
msg.hashes.push(*pooled_tx.hash());
msg.sizes.push(pooled_tx.encoded_length());
msg.types.push(pooled_tx.transaction.tx_type());
msg.types.push(pooled_tx.transaction.ty());
}
}
}