Skip to content

Commit df6afe9

Browse files
docs: duplicate comment in Eip4844PoolTransactionError (#18858)
1 parent c78378a commit df6afe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/transaction-pool/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub enum Eip4844PoolTransactionError {
157157
/// Thrown if an EIP-4844 transaction without any blobs arrives
158158
#[error("blobless blob transaction")]
159159
NoEip4844Blobs,
160-
/// Thrown if an EIP-4844 transaction without any blobs arrives
160+
/// Thrown if an EIP-4844 transaction arrives with too many blobs
161161
#[error("too many blobs in transaction: have {have}, permitted {permitted}")]
162162
TooManyEip4844Blobs {
163163
/// Number of blobs the transaction has

0 commit comments

Comments
 (0)