File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
anchor/signature_collector/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -392,9 +392,10 @@ pub enum SignatureRequester {
392
392
Committee {
393
393
/// The number of signatures we have to wait for.
394
394
num_signatures_to_collect : usize ,
395
- /// A hash that identifies what we are signing. Note that the actual signing root might be
396
- /// different - for example, because we are in different beacon chain attestation
397
- /// committees, and the attestation data differs therefore.
395
+ /// A hash that identifies what we are signing. We wait with sending the message until we
396
+ /// have created enough signatures with this `base_hash`. We need this to differentiate
397
+ /// "groups" of signatures. We cannot use the signing root, as we need to group signatures
398
+ /// with differing signing roots.
398
399
base_hash : Hash256 ,
399
400
} ,
400
401
}
You can’t perform that action at this time.
0 commit comments