p2p: Remove TODO comments
Remove three TODOs and create an issue: https://github.com/rust-bitcoin/rust-bitcoin/issues/2400
This commit is contained in:
parent
0b5fb45ea0
commit
66cc007c2b
|
@ -189,9 +189,6 @@ pub enum NetworkMessage {
|
|||
SendHeaders,
|
||||
/// `getaddr`
|
||||
GetAddr,
|
||||
// TODO: checkorder,
|
||||
// TODO: submitorder,
|
||||
// TODO: reply,
|
||||
/// `ping`
|
||||
Ping(u64),
|
||||
/// `pong`
|
||||
|
|
Loading…
Reference in New Issue