nit: Reject is implemented

This commit is contained in:
Steven Roose 2019-12-03 22:13:16 +00:00
parent 50a37f415e
commit e2eed78964
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ pub enum NetworkMessage {
Ping(u64),
/// `pong`
Pong(u64),
// TODO: reject,
// TODO: bloom filtering
/// BIP157 getcfilters
GetCFilters(message_filter::GetCFilters),