fn patch_boundary_header<TX>( db_path: &Path, tx: &TX, block_number: u64, outcome: &OnchainDkgOutcome, ) -> Result<Option<(B256, B256)>>where TX: DbTx + DbTxMut,