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
+1 -1
View File
@@ -1061,7 +1061,7 @@ mod test {
last_seen: Utc::now(),
sent_bytes_per_sec: 0,
received_bytes_per_sec: 0,
capabilities: Capabilities::FULL_NODE,
capabilities: Capabilities::default(),
}
}
}