i2ptunnel: New form for blinding info (WIP)

This commit is contained in:
zzz
2019-09-12 17:42:44 +00:00
parent e66d64d89b
commit 8d104f7fea
5 changed files with 176 additions and 23 deletions

View File

@ -291,7 +291,7 @@ public class BlindData {
else
buf.append("none");
if (_authKey != null)
buf.append("\n\tAuth Key : ").append(_authKey);
buf.append("\n\tAuth Key : ").append(_authKey);
else
buf.append("\n\tAuth Required : ").append(_authRequired);
if (_dest != null)