Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-sammy committed Oct 30, 2023
1 parent e96a2e8 commit 0d5068d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions x/nexus/keeper/msg_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ func (m Messenger) routeMsg(ctx sdk.Context, msg exported.WasmMessage) error {
return nil
}

// // set status to approved if the message is sent to a cosmos chain and set
// // to processing otherwise, because messages sent to cosmos chains require
// // translation with the original payload.
// // https://github.com/axelarnetwork/axelar-core/blob/ea48d5b974dfd94ea235311eddabe23bfa430cd9/x/axelarnet/keeper/msg_server.go#L520
// set message to be processing if the destination chain is not a cosmos chain.
// messages sent to cosmos chains require translation with the original payload.
// https://github.com/axelarnetwork/axelar-core/blob/ea48d5b974dfd94ea235311eddabe23bfa430cd9/x/axelarnet/keeper/msg_server.go#L520
return m.Nexus.SetMessageProcessing_(ctx, nexusMsg.ID)
}

0 comments on commit 0d5068d

Please sign in to comment.