Skip to content

Commit

Permalink
Update light/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Mena <[email protected]>
Signed-off-by: Anton Kaliaev <[email protected]>
  • Loading branch information
melekes and sergio-mena authored Jan 10, 2025
1 parent ab29251 commit 6a9e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func NewClientFromTrustedStore(
c := &Client{
chainID: chainID,
trustingPeriod: trustingPeriod,
verificationMode: sequential,
verificationMode: sequential, // XXX: skipping verification doesn't (yet) work with BLS12-381 keys.
trustLevel: DefaultTrustLevel,
maxRetryAttempts: defaultMaxRetryAttempts,
maxClockDrift: defaultMaxClockDrift,
Expand Down

0 comments on commit 6a9e7bd

Please sign in to comment.