forked from I2P_Developers/i2p.i2p
i2ptunnel: New form for blinding info (WIP)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user