plasma: correct commit with sketch of lnwire.Message interface
This commit is contained in:
parent
422f0a9791
commit
baf3b70e31
4
peer.go
4
peer.go
@ -63,8 +63,8 @@ type peer struct {
|
|||||||
// sendQueue chan lnwire.Message
|
// sendQueue chan lnwire.Message
|
||||||
// TODO(roasbeef+j): something like?
|
// TODO(roasbeef+j): something like?
|
||||||
// type Message {
|
// type Message {
|
||||||
// Decode(uint32) error
|
// Decode(b bytes.Buffer) error
|
||||||
// Encode(uint32) error
|
// Encode(b bytes.Buffer) error
|
||||||
// Command() string
|
// Command() string
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user