Fix typo: s/MsgPong/MsgPing/
This commit is contained in:
parent
cdc17121b8
commit
4fc0089f63
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MsgPong implements the Message interface and represents a bitcoin ping
|
// MsgPing implements the Message interface and represents a bitcoin ping
|
||||||
// message.
|
// message.
|
||||||
//
|
//
|
||||||
// For versions BIP0031Version and earlier, it is used primarily to confirm
|
// For versions BIP0031Version and earlier, it is used primarily to confirm
|
||||||
|
|
Loading…
Add table
Reference in a new issue