Skip to content

Commit

Permalink
Merge pull request #27 from libp2p/fix/protocol-id
Browse files Browse the repository at this point in the history
fix protocol id string
  • Loading branch information
yusefnapora committed Dec 11, 2019
2 parents b72caed + 8349e50 commit 30b7a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/security/noise/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// ID is the protocol ID for noise
const ID = "/noise/0.0.1"
const ID = "/noise"

var _ sec.SecureTransport = &Transport{}

Expand Down

0 comments on commit 30b7a7d

Please sign in to comment.