Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICS-06: Solomachine Refactor #821

Merged
merged 13 commits into from
Jan 9, 2023
Prev Previous commit
Next Next commit
Update spec/client/ics-006-solo-machine-client/README.md
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
  • Loading branch information
AdityaSripal and damiannolan authored Nov 29, 2022
commit bbde565205d568a27387c1e0fcf61b61d0822d94
2 changes: 1 addition & 1 deletion spec/client/ics-006-solo-machine-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function verifyHeader(header: header) {
Sequence: clientState.consensusState.sequence,
Timestamp: header.timestamp,
Diversifier: clientState.consensusState.diversifier,
Path: []byte{"SENTINEL_HEADER_PATH"}
Path: []byte{"solomachine:header"}
AdityaSripal marked this conversation as resolved.
Show resolved Hide resolved
Value: marshal(headerData)
)
assert(checkSignature(cs.consensusState.publicKey, sigBytes, header.signature))
AdityaSripal marked this conversation as resolved.
Show resolved Hide resolved
Expand Down