Skip to content

Commit

Permalink
Update modules/core/02-client/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: DimitrisJim <[email protected]>
  • Loading branch information
Carlos Rodriguez and DimitrisJim authored Jul 8, 2024
1 parent f374ea4 commit 3634614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/02-client/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (k *Keeper) VerifyMembershipProof(ctx sdk.Context, clientID string, height
return clientModule.VerifyMembership(ctx, clientID, height, delayTimePeriod, delayBlockPeriod, proof, path, value)
}

// VerifyMembershipp retrieves the light client module for the clientID and verifies the absence of a given key at a specified height.
// VerifyNonMembership retrieves the light client module for the clientID and verifies the absence of a given key at a specified height.
func (k *Keeper) VerifyNonMembership(ctx sdk.Context, clientID string, height exported.Height, delayTimePeriod uint64, delayBlockPeriod uint64, proof []byte, path exported.Path) error {
clientModule, err := k.getLightClientModule(ctx, clientID)
if err != nil {
Expand Down

0 comments on commit 3634614

Please sign in to comment.