Nit in VersionMessage documentation

This commit is contained in:
Steven Roose 2019-11-19 22:58:49 +00:00
parent 700ed54efc
commit 33ba7eaa36
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pub struct VersionMessage {
pub start_height: i32, pub start_height: i32,
/// Whether the receiving peer should relay messages to the sender; used /// Whether the receiving peer should relay messages to the sender; used
/// if the sender is bandwidth-limited and would like to support bloom /// if the sender is bandwidth-limited and would like to support bloom
/// filtering. Defaults to true. /// filtering. Defaults to false.
pub relay: bool pub relay: bool
} }