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,
|
SendHeaders,
|
||||||
/// `getaddr`
|
/// `getaddr`
|
||||||
GetAddr,
|
GetAddr,
|
||||||
// TODO: checkorder,
|
|
||||||
// TODO: submitorder,
|
|
||||||
// TODO: reply,
|
|
||||||
/// `ping`
|
/// `ping`
|
||||||
Ping(u64),
|
Ping(u64),
|
||||||
/// `pong`
|
/// `pong`
|
||||||
|
|
Loading…
Reference in New Issue