Skip to content

Commit 6ee886a

Browse files
committed
Fix
1 parent 365e038 commit 6ee886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/libs/seth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ client, err := NewClientBuilder().
231231
WithEIP1559DynamicFees(true).
232232
WithDynamicGasPrices(120_000_000_000, 44_000_000_000).
233233
WithGasPriceEstimations(true, 10, seth.Priority_Fast).
234-
// gas bumping: retries, max gas price, bumping strategy function
234+
// gas bumping: retries, max gas price, bumping strategy function
235235
WithGasBumping(5, 100_000_000_000, PriorityBasedGasBumpingStrategyFn).
236236
Build()
237237

0 commit comments

Comments
 (0)