Zcash testnet currency symbol is TAZ

This commit is contained in:
Jack Grigg 2016-09-10 15:16:25 +12:00
parent 880f629811
commit 83fb8fe973
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
'use strict';
var netSymbol = 'TESTZEC';
var netSymbol = 'TAZ';
var defaultLanguage = localStorage.getItem('insight-language') || 'en';
var defaultCurrency = localStorage.getItem('insight-currency') || netSymbol;