From d1f16ffe85c6aacbdefff36c8b55f4d058f7d53a Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 24 Aug 2016 21:47:46 -0700 Subject: [PATCH] Fix formatting. --- doc/payment-api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/payment-api.md b/doc/payment-api.md index 866491cb0..688e6b93b 100644 --- a/doc/payment-api.md +++ b/doc/payment-api.md @@ -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.