Skip to content

Commit

Permalink
move to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 9, 2024
1 parent 86e2921 commit d223a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/crosschain/keeper/msg_server_add_outbound_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (k msgServer) AddOutboundTracker(
k.RemoveOutboundTrackerFromStore(ctx, msg.ChainId, msg.Nonce)
return &types.MsgAddOutboundTrackerResponse{IsRemoved: true}, nil
}

// check if the msg signer is from the emergency group policy address.It is okay to ignore the error as the sender can also be an observer
isAuthorizedPolicy := false
if k.GetAuthorityKeeper().CheckAuthorization(ctx, msg) == nil {
Expand Down

0 comments on commit d223a8f

Please sign in to comment.