Skip to content

Commit

Permalink
Merge pull request #60 from aeddi/chore/aeddi/rename-protocol-id
Browse files Browse the repository at this point in the history
chore: change the protocolID to match the convention
  • Loading branch information
aeddi authored Aug 10, 2020
2 parents c325466 + e026ca7 commit 5ecf08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/directchannel/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"berty.tech/go-orbit-db/pubsub"
)

const PROTOCOL = "ipfs-direct-channel/v1"
const PROTOCOL = "/go-orbit-db/ipfs-direct-channel/1.0.0"

// Channel Channel is a pubsub used for a direct communication between peers
// new messages are received via events
Expand Down

0 comments on commit 5ecf08d

Please sign in to comment.