Comment for getCheckpointSignatures

pull/334/head
Trevor Porter 3 years ago
parent fccf96433d
commit 07f57f91b7
  1. 6
      solidity/core/test/validator-manager/multisigValidatorManager.test.ts

@ -15,10 +15,8 @@ const OUTBOX_DOMAIN_HASH = ethers.utils.keccak256(
); );
const QUORUM_THRESHOLD = 1; const QUORUM_THRESHOLD = 1;
// const VALIDATOR = '0xdeadbeef00000000000000000000000000000000'; // Signs a checkpoint with the provided validators and returns
// the signatures sorted by validator addresses in ascending order
// Signs a checkpoint with the provided validators,
// sorts
async function getCheckpointSignatures( async function getCheckpointSignatures(
root: types.HexString, root: types.HexString,
index: number, index: number,

Loading…
Cancel
Save