src.nth.io/

summaryrefslogtreecommitdiff
path: root/src/controller
diff options
context:
space:
mode:
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()
};