minimal getaddr version is 0, not 60002, fixed #118

This commit is contained in:
debris 2016-11-17 00:06:57 +01:00
parent cf85285112
commit 35fec4ba15
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pub struct GetAddr;
impl Payload for GetAddr {
fn version() -> u32 {
60002
0
}
fn command() -> &'static str {