Fix formatting.

This commit is contained in:
Simon 2016-08-24 21:47:46 -07:00
parent 73f9e32b86
commit d1f16ffe85
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.