Block/Transaction text updates

-Locale string tx_hash was changed from "Hash" to "Tx Hash" to be clearer about which Hash it refers to
-TXid was renamed to "Tx Hash" throughout the site
-Removed the coin name from the tx hash label on the transaction page
-Removed the coin name from the block hash label on the block page and changed the text "block" to "Block Hash"
This commit is contained in:
Joe Uhren
2022-07-09 16:23:57 -06:00
parent e7fcc64e12
commit 41a62c9a29
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1333,7 +1333,7 @@ module.exports = {
// add or update a single masternode
add_update_masternode(masternode, add, cb) {
if (masternode.proTxHash == null && masternode.txhash == null) {
console.log('Masternode update error: TXid is missing');
console.log('Masternode update error: Tx Hash is missing');
return cb(false);
} else {