Skip to content

Commit

Permalink
Fix invalid character
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Sep 13, 2023
1 parent 34cea00 commit 6d0b2f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class Matter_Commisioning_Context
end
for fabric : self.device.sessions.fabrics
if fabric.noc == nil || fabric.fabric_id == nil || fabric.device_id == nil continue end
# compute candidateDestinationId, Section 4.13.2.4.1, Destination Identifier
# compute candidateDestinationId, Section 4.13.2.4.1, "Destination Identifier"
var destinationMessage = initiatorRandom + fabric.get_ca_pub() + fabric.fabric_id + fabric.device_id
var key = fabric.get_ipk_group_key()
# tasmota.log("MTR: SIGMA1: destinationMessage=" + destinationMessage.tohex(), 4)
Expand Down

0 comments on commit 6d0b2f6

Please sign in to comment.