Skip to content

Commit

Permalink
fix test after re-adding xrp flag tfFullyCanonicalSig
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Apr 12, 2024
1 parent 60c832f commit 903811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto-wallet-core/test/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ describe('Transaction Creation', () => {
};
const cryptoTx = Transactions.create(xrpParams);
const expectedTx =
'12000024000000012E0001E2405011101234567890123456789012345671012345678901234567890156789012345661400000000001E24068400000000000000C8114A2C8E8CD9A9133CAD90F2668159AAF572612A5028314A2C8E8CD9A9133CAD90F2668159AAF572612A502';
'120000228000000024000000012E0001E2405011101234567890123456789012345671012345678901234567890156789012345661400000000001E24068400000000000000C8114A2C8E8CD9A9133CAD90F2668159AAF572612A5028314A2C8E8CD9A9133CAD90F2668159AAF572612A502';
expect(xrpParams.invoiceID.length).to.equal(64);
expect(cryptoTx).to.equal(expectedTx);
});
Expand Down

0 comments on commit 903811e

Please sign in to comment.