Skip to content

Commit

Permalink
Merge pull request #128 from massalabs/asyncExFunctionStation
Browse files Browse the repository at this point in the history
Massa station update to get opId directly after call
  • Loading branch information
Ben-Rey authored Aug 28, 2023
2 parents 9c2e089 + d922c97 commit d64f52c
Show file tree
Hide file tree
Showing 3 changed files with 4 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": "@massalabs/wallet-provider",
"version": "1.3.3",
"version": "1.3.4",
"description": "massa's wallet provider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/massaStation/MassaStationAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export class MassaStationAccount implements IAccount {
at: contractAddress,
args: args,
coins: Number(amount),
async: true,
};
try {
CallSCOpResponse = await postRequest<ITransactionDetails>(url, body);
Expand Down

0 comments on commit d64f52c

Please sign in to comment.