From 4cd74e1e5c35ad31e1e43db7abbf6a77e21e216c Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Tue, 10 Sep 2024 08:28:25 +0200 Subject: [PATCH] More CG instead of CE (epoch) --- Periodically-Syncing-HyperChains.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Periodically-Syncing-HyperChains.md b/Periodically-Syncing-HyperChains.md index f5bc4f9..42cd8f9 100644 --- a/Periodically-Syncing-HyperChains.md +++ b/Periodically-Syncing-HyperChains.md @@ -350,7 +350,7 @@ sequenceDiagram Note over Validator1,ChildChain: RandomSeed = PC100 rect rgb(140, 240, 140) - note right of ChildChain: CG1 + note right of ChildChain: CE1 Validator1->>+ChildChain: Produce block 1 Note over ChildChain: Block 1 Note over ChildChain: Blocks ... @@ -401,7 +401,7 @@ sequenceDiagram Note over Validator1,ChildChain: RandomSeed = PC120 rect rgb(150, 250, 150) - note right of ChildChain: CG3 + note right of ChildChain: CE3 Validator2->>+ChildChain: Produce block 200 Note over ChildChain: Block 200 Validator3->>+ChildChain: Produce block 201