mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-03 11:43:04 +02:00
5 lines
306 B
Markdown
5 lines
306 B
Markdown
- Logs now include which peer sent us a header. Additionaly there are fewer
|
|
redundant header log messages. A side-effect of this change is that for
|
|
some untypical cases new headers aren't logged anymore, e.g. a direct
|
|
`BLOCK` message with a previously unknown header and `submitheader` RPC. (#27826)
|