Skip to content

Commit

Permalink
drop the threshold to 3 to work around test harness bugs when not all…
Browse files Browse the repository at this point in the history
… signers sign
  • Loading branch information
xoloki committed Nov 15, 2024
1 parent 2d87aac commit 4616d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signer/src/transaction_coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ mod tests {
context,
context_window: 5,
num_signers: 7,
signing_threshold: 5,
signing_threshold: 3,
test_model_parameters,
}
}
Expand Down
2 changes: 1 addition & 1 deletion signer/src/transaction_signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ mod tests {
context,
context_window: 6,
num_signers: 7,
signing_threshold: 5,
signing_threshold: 3,
test_model_parameters,
}
}
Expand Down

0 comments on commit 4616d22

Please sign in to comment.