File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export interface Coin {
1212 * you can use the number type here. This is the case for all typical Cosmos SDK
1313 * chains that use the default 6 decimals.
1414 *
15- * In case you need to supportr larger values, use unsigned integer strings instead.
15+ * In case you need to support larger values, use unsigned integer strings instead.
1616 */
1717export function coin ( amount : number | string , denom : string ) : Coin {
1818 let outAmount : string ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export function decodeAminoPubkey(data: Uint8Array): Pubkey {
9191
9292/**
9393 * Decodes a bech32 pubkey to Amino binary, which is then decoded to a type/value object.
94- * The bech32 prefix is ignored and discareded .
94+ * The bech32 prefix is ignored and discarded .
9595 *
9696 * @param bechEncoded the bech32 encoded pubkey
9797 */
You can’t perform that action at this time.
0 commit comments