Skip to content

Commit

Permalink
Update proto/ibc/applications/interchain_accounts/v1/types.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Sep 30, 2021
1 parent df17bed commit caeb970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/ibc/applications/interchain_accounts/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum Type {
TYPE_EXECUTE_TX_UNSPECIFIED = 0 [(gogoproto.enumvalue_customname) = "EXECUTE_TX"];
}

// InterchainAccountPacketData is comprised of araw transaction,type of transaction and optional memo field.
// InterchainAccountPacketData is comprised of a raw transaction, type of transaction and optional memo field.
message InterchainAccountPacketData {
Type type = 1;
bytes data = 2;
Expand Down

0 comments on commit caeb970

Please sign in to comment.