Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Jan 8, 2025
1 parent 04ab364 commit 6a2b4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/tunnel/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (k msgServer) WithdrawFeePayerFunds(
return &types.MsgWithdrawFeePayerFundsResponse{}, nil
}

// ActivateTunnel activates a tunnel.
// ActivateTunnel activates a tunnel, allowing it to start producing packets.
func (k msgServer) ActivateTunnel(
goCtx context.Context,
msg *types.MsgActivateTunnel,
Expand Down Expand Up @@ -238,7 +238,7 @@ func (k msgServer) ActivateTunnel(
return &types.MsgActivateTunnelResponse{}, nil
}

// DeactivateTunnel deactivates a tunnel.
// DeactivateTunnel deactivates a tunnel to stop producing packets.
func (k msgServer) DeactivateTunnel(
goCtx context.Context,
msg *types.MsgDeactivateTunnel,
Expand Down

0 comments on commit 6a2b4ba

Please sign in to comment.