Skip to content
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

Suppress "AcceptToMemoryPool: joinsplit requirements not met" during IBD #3355

Open
str4d opened this issue Jun 22, 2018 · 0 comments
Open
Labels
I-error-handling Problems and improvements related to error handling

Comments

@str4d
Copy link
Contributor

str4d commented Jun 22, 2018

During InitialBlockDownload (e.g. when reindexing), transactions that spend Notes cannot be validated because the commitment tree corresponding to their anchor cannot be located. This correctly results in transactions that spend Notes being rejected from the node's mempool, but creates a lot of noise in the debug.log. We should suppress this error during that time, or at the very least downgrade it from an error to a warning or informational message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-error-handling Problems and improvements related to error handling
Projects
Encouraged Community Work
  
Needs Prioritization
Development

No branches or pull requests

1 participant