diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java index 41951d865..d674b26a4 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java @@ -206,8 +206,8 @@ public abstract class LocalHTTPServer { } else if (targetRequest.equals("/b32")) { // Send a blinding info message (form submit) - // Parameters are url, host, dest, nonce, and master | router | private. - // Do the add and redirect. + // Parameters are url, host, nonce, code, privkey, secret, action. + // Store the results and either display them or redirect. if (query == null) { out.write(ERR_ADD.getBytes("UTF-8")); return;