Bootstrapper support same onion address for multiple sites

This commit is contained in:
shortcutme 2017-04-09 12:04:23 +02:00
parent 7bda72027a
commit 7e314287d6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 18 additions and 13 deletions

View file

@ -154,5 +154,4 @@ class BootstrapperDb(Db):
hash_peers["onion"].append(
helper.packOnionAddress(row["onion"], row["port"])
)
return hash_peers