Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export interface PacketState {
}

/**
* PacketId is an identifer for a unique Packet
* PacketId is an identifier for a unique Packet
* Source chains refer to packets by source port/channel
* Destination chains refer to packets by destination port/channel
*/
Expand Down
2 changes: 1 addition & 1 deletion app/api/utils/cosmos/_generated/polyibc/core/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface QueryConsensusStateRequest {
/** consensus state revision height */
revisionHeight: string;
/**
* latest_height overrrides the height field and queries the latest stored
* latest_height overrides the height field and queries the latest stored
* ConsensusState
*/
latestHeight: boolean;
Expand Down
2 changes: 1 addition & 1 deletion app/api/utils/cosmos/_generated/polyibc/core/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const protobufPackage = "polyibc.core";

/**
* PrepareSendConsensusUpdateRequest is request type for the PrepareSendConsensusUpdate RPC method.
* It is used to query if light client is good to accept a update immeidately
* It is used to query if light client is good to accept a update immediately
* There are 3 cases:
* 1. Can update immediately
* 2. Can not update, and no clue. This indicates a fatal
Expand Down