mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
Fix typo: s/MsgPong/MsgPing/
This commit is contained in:
parent
cdc17121b8
commit
4fc0089f63
@ -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…
Reference in New Issue
Block a user