Skip to content

Commit 75135e5

Browse files
committed
fix: cr comment misplacement
1 parent 715e48b commit 75135e5

24 files changed

Lines changed: 24 additions & 48 deletions

File tree

src/ethereum/forks/amsterdam/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
from .exceptions import OutOfGasError
2727

2828

29+
# These values may be patched at runtime by a future gas repricing utility
2930
class GasCosts:
3031
"""
3132
Constant gas values for the EVM.
32-
33-
These values may be patched at runtime by a future gas repricing utility
3433
"""
3534

3635
# Tiers

src/ethereum/forks/arrow_glacier/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
from .exceptions import OutOfGasError
2424

2525

26+
# These values may be patched at runtime by a future gas repricing utility
2627
class GasCosts:
2728
"""
2829
Constant gas values for the EVM.
29-
30-
These values may be patched at runtime by a future gas repricing utility
3130
"""
3231

3332
# Tiers

src/ethereum/forks/berlin/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
from .exceptions import OutOfGasError
2424

2525

26+
# These values may be patched at runtime by a future gas repricing utility
2627
class GasCosts:
2728
"""
2829
Constant gas values for the EVM.
29-
30-
These values may be patched at runtime by a future gas repricing utility
3130
"""
3231

3332
# Tiers

src/ethereum/forks/bpo1/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

src/ethereum/forks/bpo2/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

src/ethereum/forks/bpo3/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

src/ethereum/forks/bpo4/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

src/ethereum/forks/bpo5/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

src/ethereum/forks/byzantium/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
from .exceptions import OutOfGasError
2424

2525

26+
# These values may be patched at runtime by a future gas repricing utility
2627
class GasCosts:
2728
"""
2829
Constant gas values for the EVM.
29-
30-
These values may be patched at runtime by a future gas repricing utility
3130
"""
3231

3332
# Tiers

src/ethereum/forks/cancun/vm/gas.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
from .exceptions import OutOfGasError
2626

2727

28+
# These values may be patched at runtime by a future gas repricing utility
2829
class GasCosts:
2930
"""
3031
Constant gas values for the EVM.
31-
32-
These values may be patched at runtime by a future gas repricing utility
3332
"""
3433

3534
# Tiers

0 commit comments

Comments
 (0)