This commit is contained in:
Dmitriy Ryajov 2023-04-10 14:31:22 -06:00
parent c8e7a32e07
commit eb8db5d233
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -61,6 +61,8 @@ function merkelize(leafs) {
return merkle[0];
}
// TODO: should be removed at some point, as the rust test should be sufficient, but left here for now to aid debugging
describe("Storer test", function () {
this.timeout(100000);