Skip to content
Snippets Groups Projects
Commit 1438996e authored by Jake Taylor's avatar Jake Taylor
Browse files

move mainnet crt to shared directory

parent bc95c141
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ func main() {
// but it is actually a marshalled file with a cryptographic signature attached.
// This may change in the future.
ndfURL := "https://elixxir-bins.s3.us-west-1.amazonaws.com/ndf/mainnet.json"
certificatePath := "mainnet.crt"
certificatePath := "../mainnet.crt"
ndfPath := "ndf.json"
// Check if state exists
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment