Skip to content

Commit e3336d1

Browse files
cr fixes
1 parent ab4dd9c commit e3336d1

File tree

12 files changed

+495
-44
lines changed

12 files changed

+495
-44
lines changed

modules/light-clients/10-attestations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This document defines a minimal attestor‑based IBC light client suitable for i
3939
- `isFrozen: bool` — when true, all verification and updates MUST fail.
4040

4141
#### Consensus State (per height)
42-
- `timestamp: uint64` — trusted UNIX timestamp (nanoseconds) for the height.
42+
- `timestamp: uint64` — trusted UNIX timestamp in nanoseconds for the height.
4343
- Stored in a map keyed by `height`; at least one initial `(height, timestamp)` pair MUST be present at instantiation.
4444

4545
### 3. Proof payloads

modules/light-clients/10-attestations/attestation_proof.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ func (ap AttestationProof) ValidateBasic() error {
3232

3333
return nil
3434
}
35-
36-

0 commit comments

Comments
 (0)