From a9bb626eea9217f7f534b5547289db212c4c60f2 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:57:48 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df38bd5..12e4e49 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ RabbitMQ message wise flow as mentioned in [Project Architecture](#project-archi 1. `Snapshot Commit Message`: - Store snapshots on decentralized storage protocols like IPFS and/or Web3 Storage. - Submit snapshots to the smart contract for consensus. -2. `Snaptshot Finalized Message`: +2. `Snapshot Finalized Message`: - Receives finalized snapshot. - Compare committed snapshot with finalized snapshot. - Generate snapshotter report for snapshot submissions accordingly.