From 081b36083787eb6dcd05e52600ada11881879b94 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 8 May 2024 19:41:26 -0500 Subject: [PATCH] Reposition note in diagram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5fdb8..05abca2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ sequenceDiagram client ->> matrix : io.dgov.pool.result
(postId, votePasses, quorumMet) matrix -->> client : - note right of matrix : All staking clients
record each other's stakes + note right of client : All staking clients
record each other's stakes client ->> forum : Add post
(batchPostId) activate forum