Add a notarized block to the prunable archive.
(&mut self, round: Round, commitment: B::Digest, block: B)
| 1270 | resolver.fetch(request).await; |
| 1271 | return; |
| 1272 | }; |
| 1273 | |
| 1274 | // The block and finalization are loaded independently by height |
| 1275 | // from two immutable archives. Re-verify the stored block is the |
| 1276 | // one this certificate finalizes before binding them into a |
| 1277 | // finalized-header report: a mismatch means the local archives are |
| 1278 | // inconsistent and must not be exported as a finalized header. |
no test coverage detected