Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Whitaker <[email protected]>
  • Loading branch information
pLabarta and nathanwhit authored Jul 14, 2023
1 parent b2136f3 commit 05e6701
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 @@ -84,7 +84,7 @@ export async function getTxFee(
return fee.partialFee.toBn();
}

export async function calcualteBalanceAfterTx(
export async function calculateBalanceAfterTx(
tx: SubmittableExtrinsic<"promise", ISubmittableResult>,
callerAddress: string,
amount: BN,
Expand Down

0 comments on commit 05e6701

Please sign in to comment.