-
Notifications
You must be signed in to change notification settings - Fork 128
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
Deny search for DsQxuVRvS4eaJ42dhQEsCXauMWjvopWgrVg #358
Comments
Be sure to include the proper explanation of why the search will now show when returning the msg to the user. |
I was thinking about this again some time ago, and I'm not totally sure we should block it anymore. There is nothing preventing someone from sending actual DCR to the address, and it would be a shame to hide such a txn. |
We can still display an informative msg at the top since this is a special address, and just not block the display of the transactions. |
There was good progress in PR #466, but it didn't quite make it. I'd like the task to be resumed, from scratch, with one hint: zeroed := [20]byte{}
address, err := dcrutil.NewAddressPubKeyHash(zeroed[:], params, 0) |
This is the sstxchange address for 0 value outputs in ticket purchases. It's used all the time, but never has a balance (unless someone sent money there)
The text was updated successfully, but these errors were encountered: