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 committed Jul 14, 2023
1 parent ac125cd commit 4baf581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/utils/parsing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { validateAddress } from "@polkadot/util-crypto/address";
import { BN, parseUnits } from "creditcoin-js";

// Parse valid or exit with error
export const parseAddresOrExit = parseOrExit(parseAddressInternal);
export const parseAddressOrExit = parseOrExit(parseAddressInternal);
export const parseAmountOrExit = parseOrExit(parseAmountInternal);
export const parseHexStringOrExit = parseOrExit(parseHexStringInternal);
export const parseIntegerOrExit = parseOrExit(parseIntegerInternal);
Expand Down

0 comments on commit 4baf581

Please sign in to comment.