It recently occurred to me this would require mandating the coinbase input to have its nSequence
field be SEQUENCE_FINAL
, as otherwise the coinbase transaction would fail the IsFinalTx()
check (the locktime value is the height at which a transaction is valid in the next block).