diff options
Diffstat (limited to 'src/controller/ops.rs')
| -rw-r--r-- | src/controller/ops.rs | 2 |
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() }; |
