mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: convert hash field to OnceLock<TxHash> on TransactionSigned (#12596)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
@ -399,7 +399,7 @@ where
|
||||
// grab the blob sidecars from the executed txs
|
||||
blob_sidecars = pool
|
||||
.get_all_blobs_exact(
|
||||
executed_txs.iter().filter(|tx| tx.is_eip4844()).map(|tx| tx.hash).collect(),
|
||||
executed_txs.iter().filter(|tx| tx.is_eip4844()).map(|tx| tx.hash()).collect(),
|
||||
)
|
||||
.map_err(PayloadBuilderError::other)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user