Skip to content

Commit

Permalink
warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmatudor committed Sep 18, 2024
1 parent e85edca commit 453fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/mock/multiversXChainMock.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (mock *MultiversXChainMock) GetESDTTokenData(_ context.Context, _ sdkCore.A
}

// FilterLogs -
func (mock *MultiversXChainMock) FilterLogs(ctx context.Context, filter *sdkCore.FilterQuery) ([]*transaction.Events, error) {
func (mock *MultiversXChainMock) FilterLogs(_ context.Context, _ *sdkCore.FilterQuery) ([]*transaction.Events, error) {
mock.mutState.RLock()
defer mock.mutState.RUnlock()

Expand Down

0 comments on commit 453fa9e

Please sign in to comment.