From 19ddf14f35fabe3f117b85460adf70c211e88845 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Tue, 7 Dec 2021 10:56:20 -0800 Subject: [PATCH] Update README --- README.md | 1 + cmd/root.go | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb6d69e09..4bcb16e65 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Flags: --delete-channel Delete the channel information for the corresponding recipient ID --destfile string Read this contact file for the destination id -d, --destid string ID to send message to (if below 40, will be precanned. Use '0x' or 'b64:' for hex and base64 representations) (default "0") + --download-ndf string Downloads and verifies a signed NDF from a specified environment. Accepted environment flags include mainnet, release, testnet, and dev --e2eMaxKeys uint Max keys used before blocking until a rekey completes (default 800) --e2eMinKeys uint Minimum number of keys used before requesting rekey (default 500) --e2eNumReKeys uint Number of rekeys reserved for rekey operations (default 16) diff --git a/cmd/root.go b/cmd/root.go index 97d12f43e..0491241f5 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -119,7 +119,7 @@ ctzvAcXjhXm6ESRVVD/iZvkW5MP2mkgbDpW3RP9souK5JzbcpC7i3hEcAqPSPgzL tlqu6u77fbF9yaHtq7dvYxH1WioIUxMqbIC1CNgGC1Y/LhzgLRKPSTBCrbQyTcGc 0b5cTzVKxdP6v6WOAXVOEkXTcBPZ4nEZxY0= -----END CERTIFICATE-----` - devCert = `-----BEGIN CERTIFICATE----- + devCert = `-----BEGIN CERTIFICATE----- MIIF4DCCA8igAwIBAgIUegUvihtQooWNIzsNqj6lucXn6g8wDQYJKoZIhvcNAQEL BQAwgYwxCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTESMBAGA1UEBwwJQ2xhcmVt b250MRAwDgYDVQQKDAdFbGl4eGlyMRQwEgYDVQQLDAtEZXZlbG9wbWVudDETMBEG @@ -156,7 +156,6 @@ EnretBzQkeKeBwoB2u6NTiOmUjk= testNetCert = `` ) - // Execute adds all child commands to the root command and sets flags // appropriately. This is called by main.main(). It only needs to // happen once to the rootCmd. -- GitLab