Skip to content

Commit

Permalink
fix: typo in fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Jul 16, 2023
1 parent 4341d2e commit 5ebd3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/utils/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function requireEnoughFundsToSend(
api: ApiPromise,
amount = new BN(0)
) {
const balanceAfterSending = await calcualteBalanceAfterTx(
const balanceAfterSending = await calculateBalanceAfterTx(
tx,
address,
amount,
Expand Down

0 comments on commit 5ebd3b7

Please sign in to comment.