mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-13 06:04:42 +02:00
On new regtest / signet chains (heights <= 16), createBlock() fails internally with bad-cb-length. Since mining.capnp does not expose include_dummy_extranonce, IPC clients can't work around this. Add a functional test to illustrate this issue and use RPC to work around it. The next commit introduces a fix.