We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction view should show Fee and Fee/size Lets try and fit this on the transaction rows partial as well (and stake tx since they also have fees.)
For blocks, calculate mining fees collected in block (spent - sent).
The text was updated successfully, but these errors were encountered:
Transaction fee is showing N/A on unconfirmed transactions, but we already know the fee before it gets confirmed so we should show it.
Vote txs are not showing fee but should show just like a regular transaction.
Sorry, something went wrong.
The unconfirmed issue goes back to this: #142
Regarding votes and fees, I'm pretty sure votes don't pay fees.
closed by #202
oluwandabira
No branches or pull requests
Transaction view should show Fee and Fee/size
Lets try and fit this on the transaction rows partial as well (and stake tx since they also have fees.)
For blocks, calculate mining fees collected in block (spent - sent).
The text was updated successfully, but these errors were encountered: