Skip to content

Decrease min priority fee#372

Merged
dmytrotkk merged 1 commit into
developfrom
decrease-priority-fee
May 5, 2026
Merged

Decrease min priority fee#372
dmytrotkk merged 1 commit into
developfrom
decrease-priority-fee

Conversation

@badrogger

Copy link
Copy Markdown
Collaborator

This pull request makes a small configuration adjustment to the fee settings in transaction_manager/config.py. The minimum priority fee has been reduced, which will allow transactions with lower priority fees to be considered valid.

  • Lowered the value of MIN_PRIORITY_FEE from 10**9 to 10**7 in transaction_manager/config.py, reducing the minimum required priority fee for transactions.

@dmytrotkk dmytrotkk merged commit b5ce895 into develop May 5, 2026
2 of 3 checks passed
@dmytrotkk dmytrotkk deleted the decrease-priority-fee branch May 5, 2026 18:47
@PolinaKiporenko PolinaKiporenko linked an issue May 6, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decrease the value of MIN_PRIORITY_FEE

2 participants