address must be in wallet

This commit is contained in:
ThomasV 2014-03-11 14:16:11 +01:00
parent 0eca30315c
commit 567d2e5ad3
1 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,10 @@
The encryption algorithm is ECIES, and code was was borrowed from The encryption algorithm is ECIES, and code was was borrowed from
https://github.com/jackjack-jj/jeeq. In order to know the public https://github.com/jackjack-jj/jeeq. In order to know the public
key corresponding to a Bitcoin address, you can use the 'getpubkeys' key corresponding to a Bitcoin address in your wallet, you can use
command. The 'decrypt' command assumes that the wallet has the the 'getpubkeys' command. The 'decrypt' command assumes that the
private key corresponding to the public key passed as argument. 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 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 the menubar, or right click on one of your addresses if you want to