Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/core/api/module.go
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
  • Loading branch information
AdityaSripal and srdtrk authored Feb 10, 2025
commit 348fe724f0477461531b1530f0a293ad3869ab99
2 changes: 1 addition & 1 deletion modules/core/api/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type WriteAcknowledgementWrapper interface {
// WriteAcknowledgement writes the acknowledgement for an async acknowledgement
WriteAcknowledgement(
ctx context.Context,
clientID string,
srcClientID string,
sequence uint64,
ack channeltypesv2.Acknowledgement,
) error
Expand Down
Loading