Merge pull request #343 from stevenroose/nit-versionmessage

Nit in VersionMessage documentation
This commit is contained in:
Elichai Turkel 2019-12-05 18:19:43 +02:00 committed by GitHub
commit 0ae99100eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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