Added hidden service address for dev reports.

This commit is contained in:
akwizgran
2016-08-23 10:54:21 +01:00
parent 17f9972a56
commit 1f5de42844

View File

@@ -19,7 +19,7 @@ public interface ReportingConstants {
/** /**
* Hidden service address for reporting crashes and feedback to the * 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";
} }