Skip to content

Commit

Permalink
Update internal/session/datachannelkey.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <[email protected]>
  • Loading branch information
ainghazal and bassosimone authored Feb 21, 2024
1 parent ce1883b commit a1796ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/session/datachannelkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (dck *DataChannelKey) AddRemoteKey(k *KeySource) error {
return nil
}

// AddRemoteKey adds the local keySource to our dataChannelKey.
// AddLocalKey adds the local keySource to our dataChannelKey.
func (dck *DataChannelKey) AddLocalKey(k *KeySource) error {
dck.mu.Lock()
defer dck.mu.Unlock()
Expand Down

0 comments on commit a1796ba

Please sign in to comment.