Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

ref_p2p_networking: Fix protocol version #1549

Merged
merged 1 commit into from Mar 22, 2017

Conversation

Projects
None yet
1 participant
Contributor

wbnns commented Mar 22, 2017

An incorrect protocol version was referenced. It should be 60001, not
60000.

This will be merged as soon as tests pass.

// Closes #1548

ref_p2p_networking: Fix protocol version
An incorrect protocol version was referenced. It should be `60001`, not
`60000`.

@wbnns wbnns added the Dev Docs label Mar 22, 2017

@wbnns wbnns self-assigned this Mar 22, 2017

@wbnns wbnns merged commit 9e4d0fb into master Mar 22, 2017

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@wbnns wbnns deleted the wbnns-fix-version branch Mar 22, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment