mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use alloy traits for PoolTransaction (#14228)
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user