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

removed more dsa refrences

parent 9122ac8d
No related branches found
No related tags found
No related merge requests found
...@@ -632,7 +632,6 @@ func initLog() { ...@@ -632,7 +632,6 @@ func initLog() {
// specified from the commandline. // specified from the commandline.
func overwriteNDF(n *ndf.NetworkDefinition) { func overwriteNDF(n *ndf.NetworkDefinition) {
if len(ndfRegistration) == 3 { if len(ndfRegistration) == 3 {
n.Registration.DsaPublicKey = ndfRegistration[0]
n.Registration.Address = ndfRegistration[1] n.Registration.Address = ndfRegistration[1]
n.Registration.TlsCertificate = ndfRegistration[2] n.Registration.TlsCertificate = ndfRegistration[2]
...@@ -647,7 +646,6 @@ func overwriteNDF(n *ndf.NetworkDefinition) { ...@@ -647,7 +646,6 @@ func overwriteNDF(n *ndf.NetworkDefinition) {
} }
n.UDB.ID = udbIdString n.UDB.ID = udbIdString
n.UDB.DsaPublicKey = ndfUDB[1]
globals.Log.WARN.Println("Overwrote UDB values in the " + globals.Log.WARN.Println("Overwrote UDB values in the " +
"NetworkDefinition from the commandline") "NetworkDefinition from the commandline")
......
...@@ -12,7 +12,7 @@ import: ...@@ -12,7 +12,7 @@ import:
repo: git@gitlab.com:elixxir/comms repo: git@gitlab.com:elixxir/comms
vcs: git vcs: git
- package: gitlab.com/elixxir/primitives - package: gitlab.com/elixxir/primitives
version: master version: release
repo: git@gitlab.com:elixxir/primitives repo: git@gitlab.com:elixxir/primitives
vcs: git vcs: git
- package: github.com/mitchellh/go-homedir - 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