Skip to content

Commit

Permalink
adjust tooltip info avg conf speed
Browse files Browse the repository at this point in the history
  • Loading branch information
tombertrand committed Oct 30, 2023
1 parent c81a1e6 commit 6fa7542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"amount": "Amount"
},
"tooltips": {
"avgConfirmationTime": "The average confirmation time is calculated locally on the node. If the node is restarted or in degraded condition, the average confirmation time might be higher than the rest of the network. Average conf time stats get skewed anytime there's single account spam (e.g. some speed tests), due to linear conf requirements (a->b->c), even though everyone else's transactions still get confirmed in ~500ms E.g. if you publish 1000 blocks from 1 account, confs will take ~8 min",
"avgConfirmationTime": "The average confirmation time is calculated locally on the node. If the node is restarted or in degraded condition, the average confirmation time might be higher than the rest of the network. Average confirmation time stats get skewed anytime there's single account spam (e.g., some speed tests), due to linear confirmation requirements (a->b->c), even though everyone else's transactions still get confirmed in ~500ms. E.g., if you publish 1000 blocks from 1 account, confirmations will take ~8 min.",
"circulatingSupply": "The amount of coins that are in circulation. Nano is fully distributed, the supply will never increase.",
"transactionFees": "Unlike any other cryptocurrencies Nano transactions are fee-less, forever.",
"bitcoinTransactionFees": "This value have no impact on the NANO network, it is solely for comparison purpose. It represents the sum of transaction fees the Bitcoin users are paying to the miners to get their transaction accepted on the Bitcoin network.",
Expand Down

0 comments on commit 6fa7542

Please sign in to comment.