taddress must be in wallet - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 567d2e5ad3852b9d8b898a9d579e37ad58a0483f
DIR parent 0eca30315c0ad824e728678df3538787c62a61ae
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 11 Mar 2014 14:16:11 +0100
address must be in wallet
Diffstat:
M RELEASE-NOTES | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
t@@ -14,9 +14,10 @@
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, 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.
+ 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