forked from I2P_Developers/i2p.i2p
proof delimiter tweak
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user