-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying tx with no recipients/ 0 value #405
Comments
I'm interested into this too. I follow. |
Sorry guys, I've been swamped with work that I haven't been too active. That table is referencing /ext/getlasttxesajax/0 from here: Line 56 in 9692ab9
which corresponds to this: Lines 147 to 173 in 9692ab9
So we see in that app.js that /ext/getlasttxsajax/:min has the "min" variable which we've hardcoded in the view to be "0" So /ext/getlasttxsajax/0 ends up passing "0" to the following call here: Lines 374 to 384 in 9692ab9
Here though is where your issue lies. We're searching for records that have a "TOTAL" amount that is greater-than-or-equal to "0". You can test it by just hitting /ext/getlasttxsajax/.0000001 and seeing if you get any outputs that have 0's in it. |
I have changed line 56 in views/index.pug to explorer.idealcash.io |
It works for me too, thank you! |
We may want this to go down as a user-setting to hide such transactions. As an overall explorer, we'd want that because it's part of the blockchain that we're "exploring". However, as you guys can tell, it provides no realworld benefit. |
been struggling with this one for a bit and finally stumbled across this. Thanks @uaktags for spending the time on this. |
The explorer is displaying tx with 0 value and/or txs with no recipients
Any chance this can be changed so that the explorer only displays transactions that have recipients &/or a value greater than 0?
Thanks a lot for your time!
The text was updated successfully, but these errors were encountered: