Skip to content

Commit

Permalink
Merge pull request #10 from zkBob/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
EvgenKor authored Aug 4, 2022
2 parents 96f4b4a + 2e99814 commit 9081eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export async function depositShieldedPermittable(amount: string, times: string)

for (let i = 0; i < txCnt; i++) {
let cntStr = (txCnt > 1) ? ` (${i + 1}/${txCnt})` : ``;
this.echo(`Performing shielded deposit with permittable token${cntStr}}...`);
this.echo(`Performing shielded deposit with permittable token${cntStr}...`);
this.pause();
const result = await this.account.depositShieldedPermittable(this.account.humanToShielded(amount));
this.resume();
Expand Down

0 comments on commit 9081eb3

Please sign in to comment.