mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: detect if testnet in confing.js
This commit is contained in:
parent
ad15b5c703
commit
f97cdf59ea
1 changed files with 1 additions and 1 deletions
|
@ -1753,7 +1753,7 @@ var cnUtil = (function(initConfig) {
|
|||
ins_order.push(i);
|
||||
}
|
||||
|
||||
// determine indexes whish we shuld sort.
|
||||
// determine indexes which we should sort.
|
||||
ins_order.sort(function(i0, i1) {
|
||||
if (tx.vin[i0].k_image < tx.vin[i1].k_image) {
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue