threefoldfoundation / tfchain

Official implementation of the ThreeFold blockchain
https://explorer.threefoldtoken.com
Apache License 2.0
13 stars 7 forks source link

JS bug in explorer Coin Output page for a coin-creation Output #342

Closed GlenDC closed 5 years ago

GlenDC commented 5 years ago
[Error] TypeError: undefined is not an object (evaluating 'explorerHash.transactions[i].rawtransaction.data.coininputs.length')
    appendCoinOutputTables (hash.js:1430:83)
    populateHashPage (hash.js:1553)
    buildHashPage (hash.js:1733)
    Global Code (hash.js:1946)

e.g. currently on https://explorer.threefoldtoken.com/hash.html?hash=7758038b91239101aaa72b865934bbbdf4268766508f47258145307b8a38e826.

The result is that you do not see the spend transaction:

Screenshot 2019-05-14 at 10 23 35

GlenDC commented 5 years ago

Already resolved in the master branch it seems.

Proof:

Screenshot 2019-05-14 at 10 26 25

(Localhost version)