mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 23:17:54 -05:00
Force tx replacement price bump to zero when zero base fee market is configured (#6079)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -21,6 +21,8 @@ import java.util.Objects;
|
||||
|
||||
/** The Percentage utility. */
|
||||
public class Percentage {
|
||||
/** Represent 0% */
|
||||
public static final Percentage ZERO = new Percentage(0);
|
||||
|
||||
private final int value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user