Skip to content

Commit 7733fd0

Browse files
Making the comment more accurate
1 parent d759fc8 commit 7733fd0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

crates/node/src/providers/ecdsa.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ impl EcdsaSignatureProvider {
6464
let per_domain_data =
6565
ecdsa_common::build_per_domain_data(&clock, &db, &client, keyshares, &thresholds)?;
6666

67-
// cait-sith triple generation runs with exactly `t` parties, so the set
68-
// of stores this node maintains is the distinct per-domain
69-
// reconstruction thresholds — fully known up front, no on-demand
70-
// creation needed. The contract enforces a single `t` across CaitSith
71-
// domains today, so this is typically one store.
67+
// cait-sith triple generation runs with exactly `t` parties, so we keep
68+
// one store per distinct per-domain reconstruction threshold — known up
69+
// front, no on-demand creation. Domains may share a `t` or diverge; the
70+
// contract validates each domain's threshold independently.
7271
let mut triple_stores = HashMap::new();
7372
for data in per_domain_data.values() {
7473
let t = data.reconstruction_threshold;

0 commit comments

Comments
 (0)