We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fd7e5 commit 0be5b10Copy full SHA for 0be5b10
test/model/receipt/Receipt.spec.ts
@@ -361,6 +361,6 @@ describe('Receipt', () => {
361
const statement = CreateStatementFromDTO(statementDTO, netWorkType);
362
const receipt = statement.transactionStatements[0];
363
const hash = receipt.generateHash();
364
- expect(hash).to.be.equal('C2D0F6CD303912B98943BA8D0407FE24AB7103403FE11C994C485206D5123F96');
+ expect(hash).to.be.equal('78E5F66EC55D1331646528F9BF7EC247C68F58E651223E7F05CBD4FBF0BF88FA');
365
});
366
0 commit comments