Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Apr 15, 2021
1 parent 19b361b commit 5908b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/light-clients/06-solomachine/spec/01_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ proof, err := cdc.MarshalBinaryBare(timestampedSignatureData)
```

NOTE: At the end of this process, the sequence associated with the key needs to be updated.
The sequence must be incremented each time proof is generated.
The sequence must be incremented each time proof is generated. The proof height provided
to the SDK messages are discarded and not used.

## Updates By Header

Expand Down
1 change: 1 addition & 0 deletions modules/light-clients/06-solomachine/spec/04_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ order: 4

The messages used to initialize a solo machine light client are defined in the
core sub-module [02-client](../../../core/spec/04_messages.md).

0 comments on commit 5908b24

Please sign in to comment.