Skip to content

Commit

Permalink
fix link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Apr 26, 2024
1 parent 0981d47 commit efd1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ If we run the program with the debugger and step through it, the entry point for

![alt text](./membership/01-verify-membership.png)

Inside `VerifyMembership` the `proof`, which is of type `CommitmentProof`(https://github.com/cosmos/ics23/blob/go/v0.10.0/proto/cosmos/ics23/v1/proofs.proto#L84-L94) is converted to an `ExistenceProof` and then the function `Verify` is called:
Inside `VerifyMembership` the `proof`, which is of type [`CommitmentProof`](https://github.com/cosmos/ics23/blob/go/v0.10.0/proto/cosmos/ics23/v1/proofs.proto#L84-L94) is converted to an `ExistenceProof` and then the function `Verify` is called:

![alt text](./membership/02-verify.png)

Expand Down

0 comments on commit efd1496

Please sign in to comment.