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

reduce ud timeouts in command line

parent 8a8e4a40
No related branches found
No related tags found
1 merge request!170Release
......@@ -139,10 +139,10 @@ var udCmd = &cobra.Command{
// Note: Cryptographic verification occurs above the bindings layer
lookupIDStr := viper.GetString("lookup")
if lookupIDStr != "" {
lookupID, ok := parseRecipient(lookupIDStr)
if !ok {
jww.FATAL.Panicf("Could not parse recipient: %s", lookupIDStr)
}
lookupID, _ := parseRecipient(lookupIDStr)
//if !ok {
// jww.FATAL.Panicf("Could not parse recipient: %s", lookupIDStr)
//}
err = userDiscoveryMgr.Lookup(lookupID,
func(newContact contact.Contact, err error) {
if err != nil {
......
......@@ -285,15 +285,18 @@ gitlab.com/elixxir/primitives v0.0.0-20200731184040-494269b53b4d/go.mod h1:OQgUZ
gitlab.com/elixxir/primitives v0.0.0-20200804170709-a1896d262cd9/go.mod h1:p0VelQda72OzoUckr1O+vPW0AiFe0nyKQ6gYcmFSuF8=
gitlab.com/elixxir/primitives v0.0.0-20200804182913-788f47bded40/go.mod h1:tzdFFvb1ESmuTCOl1z6+yf6oAICDxH2NPUemVgoNLxc=
gitlab.com/elixxir/primitives v0.0.1/go.mod h1:kNp47yPqja2lHSiS4DddTvFpB/4D9dB2YKnw5c+LJCE=
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f h1:zg3oYk+a6Wmq9tGRwka3GjJR1XRZIVCsOMpBGxtF2yc=
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f/go.mod h1:zA+1Lp9fGPo6pl1QxtMoNPLeZJ1O5m4kcH7HNxePQnQ=
gitlab.com/elixxir/primitives v0.0.3-0.20220211185255-f9bc3df21e1d h1:uD4x5Jjs7GTYitPNbDPXXiQ9Sq23LyI1Ym66RHWxFRI=
gitlab.com/elixxir/primitives v0.0.3-0.20220211185255-f9bc3df21e1d/go.mod h1:zA+1Lp9fGPo6pl1QxtMoNPLeZJ1O5m4kcH7HNxePQnQ=
gitlab.com/xx_network/comms v0.0.0-20200805174823-841427dd5023/go.mod h1:owEcxTRl7gsoM8c3RQ5KAm5GstxrJp5tn+6JfQ4z5Hw=
gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce h1:PCOf9nyehdz2IIUsssakxH+YT2q3YQ6OlAFpcOgsd88=
gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce/go.mod h1:5arueRMa2MNa6dALnfJwyZOhqhV53Gqc+tlHRz+Ycjw=
gitlab.com/xx_network/comms v0.0.4-0.20220211184526-00dc9cfe8e2e h1:SNDG/hpIGrHFNKnO4Le5GjX9+Nxg/7EtGo/gJgfMPXM=
gitlab.com/xx_network/comms v0.0.4-0.20220211184526-00dc9cfe8e2e/go.mod h1:5arueRMa2MNa6dALnfJwyZOhqhV53Gqc+tlHRz+Ycjw=
gitlab.com/xx_network/crypto v0.0.3/go.mod h1:DF2HYvvCw9wkBybXcXAgQMzX+MiGbFPjwt3t17VRqRE=
gitlab.com/xx_network/crypto v0.0.4/go.mod h1:+lcQEy+Th4eswFgQDwT0EXKp4AXrlubxalwQFH5O0Mk=
gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467 h1:LkZtWBYrM2e7QRf5aaBAcy7s7CpYGhAqgXRFVCdBRy4=
gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467/go.mod h1:c+x0w3Xk6QZe5w2Redn5SiaBpqAhgNSfwBr0JGa/yyo=
gitlab.com/xx_network/crypto v0.0.5-0.20220211184244-5803ecaafd59 h1:/lYHk0ltyHyj6dGeSSF79KDYRxV67YHjjTtCv7+Hwnk=
gitlab.com/xx_network/crypto v0.0.5-0.20220211184244-5803ecaafd59/go.mod h1:c+x0w3Xk6QZe5w2Redn5SiaBpqAhgNSfwBr0JGa/yyo=
......
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