Skip to content
Snippets Groups Projects
Commit 702174e5 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

removed more dsa refrences

parent 9122ac8d
Branches
Tags
No related merge requests found
......@@ -632,7 +632,6 @@ func initLog() {
// specified from the commandline.
func overwriteNDF(n *ndf.NetworkDefinition) {
if len(ndfRegistration) == 3 {
n.Registration.DsaPublicKey = ndfRegistration[0]
n.Registration.Address = ndfRegistration[1]
n.Registration.TlsCertificate = ndfRegistration[2]
......@@ -647,7 +646,6 @@ func overwriteNDF(n *ndf.NetworkDefinition) {
}
n.UDB.ID = udbIdString
n.UDB.DsaPublicKey = ndfUDB[1]
globals.Log.WARN.Println("Overwrote UDB values in the " +
"NetworkDefinition from the commandline")
......
......@@ -12,7 +12,7 @@ import:
repo: git@gitlab.com:elixxir/comms
vcs: git
- package: gitlab.com/elixxir/primitives
version: master
version: release
repo: git@gitlab.com:elixxir/primitives
vcs: git
- package: github.com/mitchellh/go-homedir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment