diff --git a/core/txpool/blobpool/blobpool.go b/core/txpool/blobpool/blobpool.go index 34e85b09267b2..5430f3d1c99c8 100644 --- a/core/txpool/blobpool/blobpool.go +++ b/core/txpool/blobpool/blobpool.go @@ -153,7 +153,7 @@ type BlobTxShim struct { // the tx resend issue that plagues the generic tx pool, as long as there's no // artificial churn (i.e. pool wars). // -// - Purpose of blobs are rollups. Rollups are meant to use blob transactions to +// - Purpose of blobs are layer-2s. Layer-2s are meant to use blob transactions to // commit to their own current state, which is independent of Ethereum mainnet // (state, txs). This means that there's no reason for blob tx cancellation or // replacement, apart from a potential basefee / miner tip adjustment. @@ -164,7 +164,7 @@ type BlobTxShim struct { // fee bump to replace, we suggest requiring a higher min cost (e.g. 1 gwei) // and a more agressive bump (100%). // -// - Cancellation is prohibive. Ejecting an already propagated blob tx is a huge +// - Cancellation is prohibitive. Evicting an already propagated blob tx is a huge // DoS vector. As such, a) replacement (higher-fee) blob txs mustn't invalidate // already propagated (future) blob txs (cummulative fee); b) nonce-gapped blob // txs are disallowed; c) the presence of blob transactions exclude non-blob