Skip to content

Commit

Permalink
Update modules/core/keeper/msg_server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Dec 19, 2024
1 parent 4765ef4 commit 01ef960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func (k *Keeper) Acknowledgement(ctx context.Context, msg *channeltypes.MsgAckno
// Perform TAO verification
//
// If the acknowledgement was already received, perform a no-op
// Use a cached context to prevent accidental state changes
// Use a branched multistore to prevent accidental state changes
channelVersion, err = k.ChannelKeeper.AcknowledgePacket(ctx, msg.Packet, msg.Acknowledgement, msg.ProofAcked, msg.ProofHeight)
return nil
}); err != nil {
Expand Down

0 comments on commit 01ef960

Please sign in to comment.