Browse Source

typo

patch-2
Ryan X. Charles 11 years ago
parent
commit
aa4251bff6
  1. 2
      examples/stealthmessage.js

2
examples/stealthmessage.js

@ -22,7 +22,7 @@ var keypair = Keypair().fromRandom();
//Now make a message.
var messagebuf = new Buffer('Hello there. Only you know this message is to, and only you know what it says.');
var messagebuf = new Buffer('Hello there. Only you know this message is to you, and only you know what it says.');
//Encrypt the message with the stealth address.

Loading…
Cancel
Save