You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In account.pug:47 the code #{trace.transactionHash.substr(0, 10)} fails with Cannot read property 'substr' of null. This happens on URL http://[explorer-domain]/account/[account-no]. The account in question is the etherbase account that Puppeth used to fill up with ether. Another account doesn't display this error.
The text was updated successfully, but these errors were encountered:
In
account.pug:47
the code#{trace.transactionHash.substr(0, 10)}
fails withCannot read property 'substr' of null
. This happens on URLhttp://[explorer-domain]/account/[account-no]
. The account in question is the etherbase account that Puppeth used to fill up with ether. Another account doesn't display this error.The text was updated successfully, but these errors were encountered: