Merge pull request #363 from kiminuo/feature/remove-old-todos

Remove two old TODO comments [nit]
This commit is contained in:
Steven Roose 2019-12-11 16:53:20 +00:00 committed by GitHub
commit 0f4f060e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ pub struct VersionMessage {
} }
impl VersionMessage { impl VersionMessage {
// TODO: we have fixed services and relay to 0 /// Constructs a new `version` message with `relay` set to false
/// Constructs a new `version` message
pub fn new( pub fn new(
services: ServiceFlags, services: ServiceFlags,
timestamp: i64, timestamp: i64,