Skip to content

Commit 954a69a

Browse files
Improving output to prevent misleading understanding
1 parent 9cc8741 commit 954a69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/node/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub static MPC_NUM_BAD_PEER_PRESIGN_REQUESTS: LazyLock<prometheus::IntCounter> =
1818
|| {
1919
prometheus::register_int_counter!(
2020
"mpc_num_bad_peer_presign_requests",
21-
"Presignature requests from a peer whose participant-set size did not match the domain's reconstruction threshold"
21+
"CaitSith presignature requests from a peer whose participant-set size did not match the domain's reconstruction threshold (only meaningful for CaitSith, which pairs exactly `t` participants; robust ECDSA does not have this constraint)"
2222
)
2323
.unwrap()
2424
},

0 commit comments

Comments
 (0)