fix: fixed WAD Math

This commit is contained in:
PedroCailleret
2022-12-17 00:55:43 -03:00
parent 122044a1e5
commit 5416bbdd72
18 changed files with 67 additions and 22 deletions

View File

@@ -36,6 +36,8 @@ describe("Reputation", () => {
expect(tx2).to.eq(curve(500));
expect(tx3).to.eq(curve(444444));
expect(tx4).to.eq(curve(988700));
});
});
});