plasma: correct commit with sketch of lnwire.Message interface

This commit is contained in:
Olaoluwa Osuntokun 2015-12-20 21:47:00 -06:00
parent 422f0a9791
commit baf3b70e31

@ -63,8 +63,8 @@ type peer struct {
// sendQueue chan lnwire.Message
// TODO(roasbeef+j): something like?
// type Message {
// Decode(uint32) error
// Encode(uint32) error
// Decode(b bytes.Buffer) error
// Encode(b bytes.Buffer) error
// Command() string
//}