Skip to content

Commit

Permalink
Update learn/infrastructure/vaas.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dawn Kelly <[email protected]>
  • Loading branch information
ilariae and dawnkelly09 authored Aug 2, 2024
1 parent be237b0 commit 89337bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/infrastructure/vaas.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VAAs are Wormhole's core messaging primitive. They are packets of cross-chain da

The basic VAA has two components: a Header and a Body.

The Guardians must validate messages emitted by contracts before they can be sent to the target chain. Once a majority of Guardians observe the message and finality has been achieved, the Guardians sign a keccak256 hash of the message body.
The Guardians must validate messages emitted by contracts before sending them to the target chain. Once a majority of Guardians observe the message and determine finality, the Guardians sign a keccak256 hash of the message body.

The message is wrapped up in a structure called a VAA, which combines the message with the Guardian signatures to form a proof.

Expand Down

0 comments on commit 89337bb

Please sign in to comment.