Skip to content

Commit

Permalink
feat(sdk-coin-tia): celestia sdk along with testcases
Browse files Browse the repository at this point in the history
Ticket: BG-78116
  • Loading branch information
DinshawKothari committed Jun 13, 2023
1 parent ae2bf2c commit eb1431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/abstract-cosmos/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export class CosmosUtils implements BaseUtils {
try {
new KeyPair({ pub: publicKey });
} catch {
throw new InvalidTransactionError(`Key validation failed`);
throw new InvalidTransactionError(`Invalid Public Key`);
}
}
}
Expand Down

0 comments on commit eb1431a

Please sign in to comment.