From aa4251bff685b824fd90b90f1ac19c918530abfd Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Fri, 12 Sep 2014 13:00:52 -0700 Subject: [PATCH] typo --- examples/stealthmessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stealthmessage.js b/examples/stealthmessage.js index f827acdd7..cec353530 100644 --- a/examples/stealthmessage.js +++ b/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.