Skip to content

Commit 0151d64

Browse files
authored
Merge pull request #676 from dedis/init_serveridentities
Initialize ServerIdentities for local tests
2 parents 50f1776 + beaf0bd commit 0151d64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local.go

+1
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ func NewPrivIdentity(suite network.Suite, port int) (kyber.Scalar, *network.Serv
487487
kp := key.NewKeyPair(suite)
488488
id := network.NewServerIdentity(kp.Public, address)
489489
ServiceFactory.generateKeyPairs(id)
490+
id.Description = fmt.Sprintf("LocalNode-%d", port)
490491

491492
return kp.Private, id
492493
}

0 commit comments

Comments
 (0)