Remove comment and use log statement instead of it.
This log statement wouldn't be executed many times and hence it wouldn't flood the log. On the other side, it is very expressive and would increase the usefulness of the log.
Remove comment and use log statement instead of it.
This log statement wouldn't be executed many times and hence it wouldn't flood the log. On the other side, it is very expressive and would increase the usefulness of the log.
I assume this may result in lots of needless printing in response to headers messages during IBD after we reach the minimum chain work point? Also, we usually only use the term "trivial" to refer to PRs which do not change any code and only change either strings or comments.
Didn't thought about the IBD. Will close the PR.