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"
|
||||
)
|
||||
|
||||
// MsgPong implements the Message interface and represents a bitcoin ping
|
||||
// MsgPing implements the Message interface and represents a bitcoin ping
|
||||
// message.
|
||||
//
|
||||
// For versions BIP0031Version and earlier, it is used primarily to confirm
|
||||
|
|
Loading…
Add table
Reference in a new issue