I am experiencing a bug where on regtest, when one generates a large number of blocks (more than 10) using the generatetoaddress CLI command, bitcoind does not send headers messages, but instead it sends inv messages for the generated blocks. However, the number of inv messages does not match the number of the generated blocks.
I am experiencing a bug where on regtest, when one generates a large number of blocks (more than 10) using the
generatetoaddressCLI command, bitcoind does not sendheadersmessages, but instead it sendsinvmessages for the generated blocks. However, the number ofinvmessages does not match the number of the generated blocks.