Use a v3 hidden service for receiving feedback and crash reports.

This commit is contained in:
akwizgran
2021-04-13 17:50:36 +01:00
parent 5305dd62d1
commit fabefcdf4b

View File

@@ -21,5 +21,6 @@ public interface ReportingConstants {
* Hidden service address for reporting crashes and feedback to the
* developers.
*/
String DEV_ONION_ADDRESS = "cwqmubyvnig3wag3.onion";
String DEV_ONION_ADDRESS =
"b2nkt5doeamvdmjzfz7g42hk5vdtlnktlgzhel2bgjcc4v4jhnx2qrqd.onion";
}