Skip to content

Commit

Permalink
Minor fix to Readme (#129) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietilt committed Jun 29, 2022
1 parent efdfa70 commit 5cb4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ More detailed documentation can be found [here](#account).

```typescript
it("should estimate fee", async function () {
const fee = contract.estimateFee("increase_balance", { amount: 10n });
const fee = await contract.estimateFee("increase_balance", { amount: 10n });
console.log("Estimated fee:", fee.amount, fee.unit);
});
```
Expand Down

0 comments on commit 5cb4e02

Please sign in to comment.