Auto merge of #1301 - bitcartel:zc.v0.11.2.latest_701_md_formatting, r=daira

Fix formatting of first paragraph of payment API document

The description of taddr and zaddr were bunched up one line.  This PR fixes the issue.

Self-ACK.  Please merge.
This commit is contained in:
zkbot 2016-08-25 10:09:56 +00:00
commit cca52f36df
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
Zcash extends the Bitcoin Core API with new RPC calls to support private Zcash payments.
Zcash payments make use of two address formats:
taddr - an address for transparent funds (just like a Bitcoin address, value stored in UTXOs)
zaddr - an address for private funds (value stored in objects called notes)
* taddr - an address for transparent funds (just like a Bitcoin address, value stored in UTXOs)
* zaddr - an address for private funds (value stored in objects called notes)
When transferring funds from one taddr to another taddr, you can use either the existing Bitcoin RPC calls or the new Zcash RPC calls.