From 62be4f09ed833ed2946361f17576770163896d45 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 20:31:54 -0500 Subject: Remove old-implementation references from source doc comments --- src/controller/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller/ops.rs') 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() }; -- cgit v1.2.3