Browse Source

Rm beta 1 release note about encrypted wallets

pull/4/head
Jay Graber 8 years ago
parent
commit
5b834670d3
  1. 2
      doc/payment-api.md

2
doc/payment-api.md

@ -58,8 +58,6 @@ z_listaddresses | | Returns a list of all the zaddrs in this node’s wallet for
### Key Management
**beta 1 release note:** encrypted wallets are not yet fully supported. If the wallet is protected with a passphrase, zkeys will not be persisted to disk.
Command | Parameters | Description
--- | --- | ---
z_exportkey | zaddr | _Requires an unlocked wallet or an unencrypted wallet._<br><br>Return a zkey for a given zaddr belonging to the node’s wallet.<br><br>The key will be returned as a string formatted using Base58Check as described in the Zcash protocol spec.<br><br>Output:AKWUAkypwQjhZ6LLNaMuuuLcmZ6gt5UFyo8m3jGutvALmwZKLdR5

Loading…
Cancel
Save