Added public key and placeholder onion address.

This commit is contained in:
akwizgran
2016-04-21 16:07:51 +01:00
parent 5c2f56549b
commit 9b5d3ecb7a
4 changed files with 44 additions and 36 deletions

View File

@@ -7,6 +7,4 @@ public interface DevConfig {
PublicKey getDevPublicKey();
String getDevOnionAddress();
int getDevReportPort();
}