aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/service/dht/path/handling.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/service/dht/path/handling.go')
-rw-r--r--src/gnunet/service/dht/path/handling.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet/service/dht/path/handling.go b/src/gnunet/service/dht/path/handling.go
index b225c82..4040511 100644
--- a/src/gnunet/service/dht/path/handling.go
+++ b/src/gnunet/service/dht/path/handling.go
@@ -129,7 +129,7 @@ func (p *Path) Clone() *Path {
129func (p *Path) NewElement(pred, signer, succ *util.PeerID) *Element { 129func (p *Path) NewElement(pred, signer, succ *util.PeerID) *Element {
130 return &Element{ 130 return &Element{
131 elementData: elementData{ 131 elementData: elementData{
132 Expiration: p.Expire, 132 Expire: p.Expire,
133 BlockHash: p.BlkHash, 133 BlockHash: p.BlkHash,
134 PeerPredecessor: pred, 134 PeerPredecessor: pred,
135 PeerSuccessor: succ, 135 PeerSuccessor: succ,