fix major bug that prevents receiving

This commit is contained in:
erinn 2018-10-12 14:50:52 -07:00
parent b41a079b78
commit b1b2d2b334
1 changed files with 0 additions and 6 deletions

View File

@ -182,12 +182,6 @@ func main() {
os.Exit(1)
}
_, exists := peer.GetProfile().GetCustomAttribute(os.Args[2] + "_name")
if exists {
fmt.Printf("woah you already have someone named %v\n", os.Args[2])
os.Exit(1)
}
verifyOnion, exists := peer.GetProfile().GetCustomAttribute(os.Args[2] + "_onion")
if !exists {
fmt.Fprintf(os.Stderr, "hmm you don't have a contact named %v\n", os.Args[2])