URI: 
       tremove encrypt/decrypt from release notes - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9420afab05a206531f2ae71b620c78b21a0c5442
   DIR parent f92b483942d3f8ee51506e0436d9b524db33a336
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 16 Mar 2014 20:23:54 +0100
       
       remove encrypt/decrypt from release notes
       
       Diffstat:
         M RELEASE-NOTES                       |      15 ---------------
       
       1 file changed, 0 insertions(+), 15 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -9,21 +9,6 @@
             2. getaddressunspent <address>
             3. getutxoaddress <txid> <pos>
        
       -* In addition, two commands for message encryption were added:
       -     1. encrypt <pubkey> <message>
       -     2. decrypt <pubkey> <message>  
       -
       -  The encryption algorithm is ECIES, and code was was borrowed from
       -  https://github.com/jackjack-jj/jeeq.  In order to know the public
       -  key corresponding to a Bitcoin address in your wallet, you can use
       -  the 'getpubkeys' command. The 'decrypt' command assumes that the
       -  wallet has the private key corresponding to the public key passed as
       -  argument.
       -
       -* The encrypt and decrypt functions are available in the Qt GUI (from
       -  the menubar, or right click on one of your addresses if you want to
       -  use its public key).
       -
        * Command-line commands that require a connection to the network spawn
          a daemon, that remains connected and handles subsequent
          commands. The daemon terminates itself if it remains unused for more