From 70273a00544259b5343154985f2954e056668b16 Mon Sep 17 00:00:00 2001 From: Francois Hardrouyere Date: Wed, 4 Sep 2024 14:28:31 +0200 Subject: [PATCH] update img links --- relayer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/relayer/README.md b/relayer/README.md index 3bc908ad..e90b3d0f 100644 --- a/relayer/README.md +++ b/relayer/README.md @@ -319,7 +319,7 @@ The relayer consists of the following components: ### Data Flow
- +
Figure 1: Relayer Data Flow
@@ -338,7 +338,7 @@ _Note:_ Given these semantics for computing the starting block height, it's poss - **Run 3**: The relayer is then restarted again with the original configuration of `allowed-origin-sender-addresses=[0x1234]`. The relayer will calculate the starting block height as `100`, and process blocks `100` through the current chain tip, reprocessing block `200` along the way. Instead of ignoring the message in this block, however, the relayer will relay it to the destination.
- +
Figure 2: Processing Missed Blocks Example
@@ -447,4 +447,4 @@ go generate ./... ```bash ./scripts/abi_bindings.sh -``` \ No newline at end of file +```