Skip to content

Commit 5908b24

Browse files
committed
update docs
1 parent 19b361b commit 5908b24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/light-clients/06-solomachine/spec/01_concepts.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ proof, err := cdc.MarshalBinaryBare(timestampedSignatureData)
109109
```
110110

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

114115
## Updates By Header
115116

modules/light-clients/06-solomachine/spec/04_messages.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ order: 4
66

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

0 commit comments

Comments
 (0)