diff --git a/packages/crypto-wallet-core/test/transactions.ts b/packages/crypto-wallet-core/test/transactions.ts index 92dbb094fc1..780f61269b1 100644 --- a/packages/crypto-wallet-core/test/transactions.ts +++ b/packages/crypto-wallet-core/test/transactions.ts @@ -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); });