Skip to content

Commit

Permalink
small fix & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 5, 2024
1 parent febf376 commit 2ecda7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "13.0.0-beta.17",
"version": "13.0.0-beta.18",
"description": "MultiversX SDK for JavaScript and TypeScript",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
2 changes: 2 additions & 0 deletions src/transaction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ describe("test transaction", async () => {
receiver: wallets.bob.address.toBech32(),
gasLimit: 50000n,
chainID: "D",
nonce: 7n,
});

transaction.signature = await wallets.alice.signer.sign(
Expand Down Expand Up @@ -732,6 +733,7 @@ describe("test transaction", async () => {
receiver: wallets.bob.address.toBech32(),
gasLimit: 50000n,
chainID: "D",
nonce: 7n,
});

transactionComputer.applyOptionsForHashSigning(transaction);
Expand Down

0 comments on commit 2ecda7d

Please sign in to comment.