minor edit for README

This commit is contained in:
J. Ayo Akinyele 2018-08-15 02:04:44 -04:00
parent cad745d80f
commit 1e5d34a07d
1 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ The libbolt library is a proof of concept implementation that relies on experime
* bn
* bulletproofs
Note that the above rust dependencies will be compiled and installed as a result of running `make` command.
Note that the above rust dependencies will be compiled and installed as a result of running the `make` command.
# Rust Nightly Setup
@ -69,6 +69,12 @@ The libbolt library provides APIs for three types of privacy-preserving payment
* bidirectional payment channels (done)
* third-party payments (done)
## Bidirectional Payment Channels
**TODO**
## Third-party Payment Support
**TODO**
# Documentation