Skip to content

Commit 4c44e92

Browse files
authored
Update PolygonDataCommittee.md
1 parent aea0d1c commit 4c44e92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/zkEVM/architecture/high-level/smart-contracts/api/consensus/validium/PolygonDataCommittee.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ Verifies that the given signedHash has been signed by the requiredAmountOfSignat
5656

5757
| Name | Type | Description |
5858
| :--- | :--- | :------------------------------------------------------------------- |
59-
|`signedHash` | bytes32 | Hash that must have been signed by the requiredAmountOfSignatures of committee members
60-
|`signaturesAndAddrs` | bytes | Byte array containing signatures and all addresses of the committee members in ascending order
61-
[signature 0, ..., signature requiredAmountOfSignatures -1, address 0, ... address N]
62-
note that all signatures are ECDSA, therefore each must be 65 bytes long
59+
|`signedHash` | bytes32 | Hash that must have been signed by the requiredAmountOfSignatures of committee members. |
60+
|`signaturesAndAddrs` | bytes | Byte array containing signatures and all addresses of the committee members in ascending order [signature 0, ..., signature requiredAmountOfSignatures -1, address 0, ... address N]. </br> Note that all signatures are ECDSA, therefore each must be 65 bytes long. |
6361

6462
### `getAmountOfMembers`
6563

0 commit comments

Comments
 (0)