Skip to content

Commit

Permalink
Merge pull-request #467
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jul 2, 2024
2 parents 5e4edfa + aedc2c6 commit 63bbe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qos_client/src/cli/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ fn approve_manifest_programmatic_verifications(

// Verify the intended Quorum Key is being used
if manifest.namespace.quorum_key != quorum_key.to_bytes() {
eprintln!("Pivot commit does not match");
eprintln!("Quorum public key does not match");
return false;
}

Expand Down

0 comments on commit 63bbe43

Please sign in to comment.