Fix typo: s/MsgPong/MsgPing/

This commit is contained in:
Matthew Dempsky 2013-05-09 12:26:23 -06:00
parent cdc17121b8
commit 4fc0089f63

View File

@ -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