Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Oct 25, 2023
1 parent 04aa463 commit ce78de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/ica/controller/v1/InterchainAccountPacketData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '@terra-money/terra.proto/ibc/applications/interchain_accounts/v1/packet';

/**
* A basic message for sending [[Coins]] between Terra accounts.
* Message to execute actions on host chain of the interchain account.
*/
export class InterchainAccountPacketData extends JSONSerializable<
{},
Expand Down
2 changes: 1 addition & 1 deletion src/core/ica/controller/v1/msgs/MsgSendTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Long from 'long';
import { InterchainAccountPacketData } from '../InterchainAccountPacketData';

/**
* A basic message for sending [[Coins]] between Terra accounts.
* Transaction message to wrap the packet data and execute actions on host chain.
*/
export class MsgSendTx extends JSONSerializable<
{},
Expand Down

0 comments on commit ce78de0

Please sign in to comment.