Skip to content

Fix fee level mapping to priority.#99

Merged
Jon-edge merged 1 commit intomasterfrom
jon/fix/fees
Jan 15, 2026
Merged

Fix fee level mapping to priority.#99
Jon-edge merged 1 commit intomasterfrom
jon/fix/fees

Conversation

@Jon-edge
Copy link
Copy Markdown
Contributor

@Jon-edge Jon-edge commented Jan 15, 2026

Priority levels are exponential:
Priority 1: ~1x base fee
Priority 2: ~4x base fee
Priority 3: ~20x base fee
Priority 4: ~166x base fee (the maximum "priority" level)

Change "high" fees from priority 4 to 3

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

Note

Fee mapping adjustment

  • Update translateFee in MoneroEngine.ts so "high" maps to priority 3 (was 4).
  • Add corresponding entry to CHANGELOG.md under Unreleased.

Written by Cursor Bugbot for commit 02e2caa. This will update automatically on new commits. Configure here.


CHANGELOG.md Outdated

## Unreleased

- fixed: Fix fee level mapping to priority.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this is a change rather than fix

Priority levels are exponential:
Priority 1: ~1x base fee
Priority 2: ~4x base fee
Priority 3: ~20x base fee
Priority 4: ~166x base fee (the maximum "priority" level)

Change "high" fees from priority 4 to 3
@Jon-edge Jon-edge merged commit 4832851 into master Jan 15, 2026
3 of 4 checks passed
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.

2 participants