Merge pull request #363 from kiminuo/feature/remove-old-todos
Remove two old TODO comments [nit]
This commit is contained in:
commit
0f4f060e8b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue