Skip to content

Commit 5c37672

Browse files
committed
chore: update bindings
1 parent 4b1df99 commit 5c37672

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/multichain/destination/CertificateVerifier.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,9 @@ struct BN254OperatorInfo {
263263
* @dev The operatorInfoTreeRoot is the root of a merkle tree that contains the operatorInfos for each operator in the operatorSet.
264264
* It is calculated in this function and used by the `IBN254CertificateVerifier` to verify stakes against the non-signing operators
265265
*
266-
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract, see `BN254TableCalculatorBase` in the middleware repo for an example implementation.
267-
*
266+
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract or using the core `KeyRegistrar` contract.
267+
* See `BN254TableCalculatorBase` in the middleware repo for an example implementation.
268+
*
268269
* @dev The `totalWeights` array should be the same length as each individual `weights` array in `operatorInfos`.
269270
*/
270271
struct BN254OperatorSetInfo {

0 commit comments

Comments
 (0)