Merge branch '573-hidden-service-address' into 'master'

Add hidden service address for dev reports

Closes #573

See merge request !289
This commit is contained in:
Torsten Grote
2016-08-23 13:14:35 +00:00

View File

@@ -19,7 +19,7 @@ public interface ReportingConstants {
/**
* Hidden service address for reporting crashes and feedback to the
* developers. TODO: Replace this with a real address.
* developers.
*/
String DEV_ONION_ADDRESS = "aaaaaaaaaaaaaaaa.onion";
String DEV_ONION_ADDRESS = "cwqmubyvnig3wag3.onion";
}