Skip to content

Commit aab5db5

Browse files
committed
Also verify the state root
1 parent 2f8fc4f commit aab5db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multisig-mq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To tackle the aforementioned problem, we propose a new kind of message queue sub
1818

1919
This API functions by requiring messages to contain a list of signatures derived from the hash of the message, obtained from N workers within the cluster. Here, N is a configurable parameter that can be set according to the specific requirements of each cluster.
2020

21-
In addition to the message itself, the signed content includes a Serial Number (SN) and the hash of the previous message. The SN is monotonically increasing to ensure a consistent order.
21+
In addition to the message itself, the signed content includes a Serial Number (SN), the hash of the previous message and `the current cluster state root hash`. The SN is monotonically increasing to ensure a consistent order.
2222

2323
Upon receiving a message, the chain will validate the contents with each of the signatures. If any of the verifications fail, the message will be rejected and the SN will not increment.
2424

0 commit comments

Comments
 (0)