fix, no more FULL_NODE (#3504)

This commit is contained in:
Antioch Peverell 2020-11-25 18:31:38 +00:00 committed by GitHub
parent fd5dfaaec4
commit cbd6c3350d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1061,7 +1061,7 @@ mod test {
last_seen: Utc::now(), last_seen: Utc::now(),
sent_bytes_per_sec: 0, sent_bytes_per_sec: 0,
received_bytes_per_sec: 0, received_bytes_per_sec: 0,
capabilities: Capabilities::FULL_NODE, capabilities: Capabilities::default(),
} }
} }
} }