mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
comment
This commit is contained in:
@@ -114,6 +114,7 @@ func (n *Node) AppendMessage(group state.GroupID, data []byte) (state.MessageID,
|
||||
}
|
||||
|
||||
if n.mode == BATCH {
|
||||
// @TODO this if flawed cause we never retransmit
|
||||
n.payloads.AddMessages(group, p, &m)
|
||||
log.Printf("[%x] sending MESSAGE (%x -> %x): %x\n", group[:4], n.ID[:4], p[:4], id[:4])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user