Skip to content

Commit 4ed6d58

Browse files
committed
update comment
1 parent 3bca492 commit 4ed6d58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rollup/internal/config/relayer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ type BatchSubmission struct {
5050
BacklogMax int64 `json:"backlog_max"`
5151
// BlobFeeTolerance is the absolute tolerance (in wei) added to the target blob fee.
5252
// If the current fee is below target + tolerance, we proceed with submission.
53-
// This prevents skipping submission when the price difference is negligible (e.g., 1 wei).
54-
// Recommended value: 10 gwei (10000000000 wei).
53+
// This prevents skipping submission when the price difference is negligible.
5554
BlobFeeTolerance uint64 `json:"blob_fee_tolerance"`
5655
}
5756

0 commit comments

Comments
 (0)