]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/node.go
Replace TxFile with TxFileChunked
[nncp.git] / src / node.go
index 165cd86999fde4cf31d4f7ec47548357acff6377..dd2442b06d52516627d325056b01747ede14de41 100644 (file)
@@ -100,10 +100,11 @@ func NewNodeGenerate() (*NodeOur, error) {
 
 func (nodeOur *NodeOur) Their() *Node {
        return &Node{
-               Name:    "self",
-               Id:      nodeOur.Id,
-               ExchPub: nodeOur.ExchPub,
-               SignPub: nodeOur.SignPub,
+               Name:        "self",
+               Id:          nodeOur.Id,
+               ExchPub:     nodeOur.ExchPub,
+               SignPub:     nodeOur.SignPub,
+               FreqChunked: MaxFileSize,
        }
 }