Skip to content

Commit

Permalink
Merge pull request #149 from massalabs/fix-fees
Browse files Browse the repository at this point in the history
Fix fees in MassaStationAccount.ts
  • Loading branch information
Ben-Rey authored Sep 20, 2023
2 parents 5e17a0b + 56096b1 commit f455c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.4.0",
"version": "1.4.1",
"description": "massa's wallet provider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/massaStation/MassaStationAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ export class MassaStationAccount implements IAccount {
name: functionName,
at: contractAddress,
args: args,
fee: amount.toString(),
maxGas: maxGas.toString(),
coins: Number(amount),
async: true,
};
Expand Down

0 comments on commit f455c19

Please sign in to comment.