Skip to content

Default priority has no mapping in get_fee_estimate #9785

@woodser

Description

Currently there is no mapping from default transaction priority to the fee estimates provided by get_fee_estimate.

This prevents third parties from verifying that a transaction was generated with default priority. The best they can do is verify that a transaction was generated with uimportant priority.

This issue requests providing a such a mapping.

One way it could be done is by adding a new RPC call to monero-wallet-rpc. For example, get_default_fee_priority(), which returns 0-3, corresponding to unimportant, normal, elevated, and extra elevated.

Alternatively, the daemon could calculate and provide the mapping, but this would be a bigger change.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions