src.nth.io/

summaryrefslogtreecommitdiff
path: root/src/controller
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:31:54 -0500
commit62be4f09ed833ed2946361f17576770163896d45 (patch)
tree48e2f593ba82a82f942ef4b6a7115f97cae03d16 /src/controller
parent459a84eb6ac76dbb671e516956d2e883e2817600 (diff)
Remove old-implementation references from source doc comments
Diffstat (limited to 'src/controller')
-rw-r--r--src/controller/ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/ops.rs b/src/controller/ops.rs
index 7db1431..2a54a06 100644
--- a/src/controller/ops.rs
+++ b/src/controller/ops.rs
@@ -100,7 +100,7 @@ impl Op for CommissionOp {
);
let opts = CommissionOptions {
// Consumer devices carry vendor DACs we cannot verify without the
- // DCL; matter.js accepted these the same way.
+ // DCL, so accept them without attestation verification.
allow_test_attestation: true,
..CommissionOptions::new()
};