You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Concepts/Transactions/Transaction-Pool.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,24 @@ transactions.
39
39
40
40
## Replacing transactions with the same sender and nonce
41
41
42
-
For transactions received with the same sender and nonce as a pending transaction but a gas
43
-
price higher than the existing gas price by the percentage specified by [`--tx-pool-price-bump`](../../Reference/CLI/CLI-Syntax.md#tx-pool-price-bump),
44
-
Besu replaces the pending transaction with the new one with the higher gas price. The default value for
45
-
[`--tx-pool-price-bump`](../../Reference/CLI/CLI-Syntax.md#tx-pool-price-bump) is 10%.
42
+
You can replace a pending transaction with a transaction that has the same sender and nonce but a higher gas price.
43
+
44
+
If sending a [legacy transaction](Transaction-Types.md#frontier-transactions), the old transaction is replaced if the
45
+
new transaction has a gas price higher than the existing gas price by the percentage specified by
0 commit comments