💡 Add reminder to check downloaded patch files for correctness
This commit is contained in:
parent
57d45b942b
commit
5fd25d1095
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ export default async function getPatch(product: Product, from: number, to: numbe
|
||||||
const zipFile = bufferArray[bufferArray.length - 1];
|
const zipFile = bufferArray[bufferArray.length - 1];
|
||||||
const dvArray = bufferArray.map((buffer) => new DataView(buffer));
|
const dvArray = bufferArray.map((buffer) => new DataView(buffer));
|
||||||
|
|
||||||
|
//TODO: Verify that downloaded files match the hash in `solidPkg.pieces`
|
||||||
|
|
||||||
const fileEntries = readSsnFile(zipFile);
|
const fileEntries = readSsnFile(zipFile);
|
||||||
console.debug(fileEntries);
|
console.debug(fileEntries);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue