Skip to content

Commit ee82981

Browse files
author
H
committed
fix-script
1 parent a2d97e9 commit ee82981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/scripts/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
let row = document.createElement('tr')
117117

118118
let id = document.createElement('td')
119-
if ((transactions[i].id || '').substr(0, 1) === '0x') {
119+
if ((transactions[i].id || '').substr(0, 2) === '0x') {
120120
let idAnchor = document.createElement('a')
121121
idAnchor.href = Utils.getExplorerUrl(transactions[i].currency, 'tx/' + transactions[i].id)
122122
idAnchor.target = '_blank'

0 commit comments

Comments
 (0)