gui: label Explorer transaction fees with their unit #27
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pool
post-quantum
question
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ignotusnemo/parano1d#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The wide Explorer transaction table renders
fee_micronoidas a raw integer under a bareFEEheading, while adjacent amounts are formatted in NOID and the Send form explicitly uses NOID. The inconsistent presentation makes the unit unclear.Expected
Display the fee with an explicit unit and use the same convention consistently across Explorer, Mining, Proofs and Send. Either label the raw value as
μNOIDor format it as NOID.Scope
This is a display and unit-consistency issue. It does not change transaction encoding, fee validation or consensus.
Originally reported by @AGI-is-going-to-arrive and moved here for normal public issue tracking.
Fixed in
6e84c930: Explorer now labels fees explicitly and formats them in NOID in both wide and compact views.