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 7392a27 commit 897c7c7
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 @@ -37,7 +37,7 @@ Where each `signature` is:

### Body

The body is _deterministically_ derived from an on-chain message. Any two Guardians must derive the same body. This requirement exists so that there is always a one-to-one relationship between VAAs and messages to avoid double-processing of messages.
The body is _deterministically_ derived from an on-chain message. Any two Guardians processing the same message must derive the same resulting body. This requirement exists so that there is always a one-to-one relationship between VAAs and messages to avoid double-processing messages.

- `timestamp` ++"u32"++ - the timestamp of the block this message was published in
- `nonce` ++"u32"++
Expand Down

0 comments on commit 897c7c7

Please sign in to comment.