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
Labels
No labels