From 6c35b89e0c4cb2cef4fcbb3ad03c29129e61a491 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:53:30 +0200 Subject: [PATCH] fix typo 0007_governor.md --- whitepapers/0007_governor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepapers/0007_governor.md b/whitepapers/0007_governor.md index ccf9709e4..8417ca894 100644 --- a/whitepapers/0007_governor.md +++ b/whitepapers/0007_governor.md @@ -78,7 +78,7 @@ If a node level config parameter is enabled to indicate that the chain governor The checks performed include: 1. Is the source chain of the message one that is listed within `mainnet_chains.go`? -2. Is the message sent from a goverened emitter? +2. Is the message sent from a governed emitter? 3. Is the message a known type that transfers value? 4. Is the token transferred listed within `mainnet_tokens.go`? 5. Is the transaction a “large” transaction (ie. greater than or equal to `bigTransactionSize` for this chain)?