proof delimiter tweak

This commit is contained in:
zzz
2013-09-25 23:13:42 +00:00
parent 9ebfccd8f6
commit 0c6a9ff2a0

View File

@ -29,7 +29,7 @@ public class ProofHelper extends HelperBase {
buf.setLength(0);
buf.append("---BEGIN I2P SIGNED MESSAGE---\n");
buf.append(msg);
buf.append("\n--- END I2P SIGNED MESSAGE ---\n");
buf.append("\n---BEGIN I2P SIGNATURE---\n");
buf.append(sig.toBase64());
buf.append("\n---END I2P SIGNATURE---");
return buf.toString();