From daaeb67a9e51c91106eea29b546778e03b2381c8 Mon Sep 17 00:00:00 2001 From: Ian Traas <108365619+itraas@users.noreply.github.com> Date: Mon, 18 Jul 2022 20:58:14 -0500 Subject: [PATCH] Update 4_vaa.md --- src/wormhole/4_vaa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wormhole/4_vaa.md b/src/wormhole/4_vaa.md index cfaa6db..8893465 100644 --- a/src/wormhole/4_vaa.md +++ b/src/wormhole/4_vaa.md @@ -1,6 +1,6 @@ # VAAs (Verified Action Approvals) -VAAs are the core messaging primative in Wormhole. You can think of them as packets of xData. Any time an xDapp contract interacts with the Core Contract, a VAA is emitted. +VAAs are the core messaging primative in Wormhole. You can think of them as packets of xData that are emitted any time an xDapp contract interacts with the Core Contract. The basic VAA has two components--a Header and a Body.