Skip to content

Commit 248b60b

Browse files
authored
Merge pull request #373 from skalenetwork/develop
New beta
2 parents 9072f88 + b5ce895 commit 248b60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transaction_manager/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# V2
7171
BASE_FEE_ADJUSMENT_PERCENT = 50
7272
TARGET_REWARD_PERCENTILE = 60
73-
MIN_PRIORITY_FEE: int = 10**9
73+
MIN_PRIORITY_FEE: int = 10**7
7474
FEE_INC_PERCENT: int = 12
7575
MAX_FEE_VALUE: int = 10**18
7676
MIN_FEE_INC_PERCENT: int = 5

0 commit comments

Comments
 (0)