tAdded a message to the sign/verify message help text to explain spaces inside the message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a2db281494e9cd233e8e7fd9627b7e53d41ad7b6 DIR parent 37214eee7648952e7da0a3cddc64a1633c17e533 HTML Author: Maran <maran.hidskes@gmail.com> Date: Sun, 26 Aug 2012 22:15:09 +0200 Added a message to the sign/verify message help text to explain spaces inside the message Diffstat: M electrum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/electrum b/electrum t@@ -78,9 +78,9 @@ options:\n --fee, -f: set transaction fee\n --fromaddr, -s: send from address 'import': 'Imports a key pair\nSyntax: import <address>:<privatekey>', 'signmessage': - 'Signs a message with a key\nSyntax: signmessage <address> <message>', + 'Signs a message with a key\nSyntax: signmessage <address> <message>\nIf you want to lead or end a message with spaces, or want double spaces inside the message make sure you quote the string. I.e. " Hello This is a weird String "', 'verifymessage': - 'Verifies a signature\nSyntax: verifymessage <address> <signature> <message>', + 'Verifies a signature\nSyntax: verifymessage <address> <signature> <message>\nIf you want to lead or end a message with spaces, or want double spaces inside the message make sure you quote the string. I.e. " Hello This is a weird String "', 'eval': "Run python eval() on an object\nSyntax: eval <expression>\nExample: eval \"wallet.aliases\"", 'deseed':