From 7392a2769bbea0fc8180b9e4ba2b04ada97a42c1 Mon Sep 17 00:00:00 2001 From: Ilaria <43253244+ilariae@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:55:13 +0200 Subject: [PATCH] Update learn/infrastructure/vaas.md Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com> --- learn/infrastructure/vaas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/infrastructure/vaas.md b/learn/infrastructure/vaas.md index 0a89e780..5fe63bcb 100644 --- a/learn/infrastructure/vaas.md +++ b/learn/infrastructure/vaas.md @@ -13,7 +13,7 @@ The Guardians must validate messages emitted by contracts before sending them to The message is wrapped up in a structure called a VAA, which combines the message with the Guardian signatures to form a proof. -VAAs are uniquely indexed by the (`emitter_chain`, `emitter_address`, `sequence`) tuple. A VAA can be obtained by querying the Guardian [RPC](#){target=\_blank} or the [API](#){target=\_blank} with this information. +VAAs are uniquely indexed by the (`emitter_chain`, `emitter_address`, `sequence`) tuple. To obtain a VAA, one can query the Guardian [RPC](#){target=\_blank} or the [API](#){target=\_blank} with this information. These VAAs are ultimately what a smart contract on a receiving chain must process to receive a Wormhole message.