Update README.md

Co-authored-by: Kevin Gorham <anothergmale@gmail.com>
This commit is contained in:
Eljo Prifti 2020-12-11 17:02:35 +01:00 committed by GitHub
parent 3b4de014da
commit 33e4fb4c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The [Synchronizer](docs/-synchronizer/README.md) takes care of
- Downloading the latest compact blocks in a privacy-sensitive way
- Scanning and trial decrypting those blocks for shielded transactions related to the wallet
- Processing those related transactions into useful data for the UI
- Sending payments to a full node through the light client-server
- Sending payments to a full node through [lightwalletd](https://github.com/zcash/lightwalletd)
- Monitoring sent payments for status updates
To accomplish this, these responsibilities of the SDK are divided into separate components. Each component is coordinated by the [Synchronizer](docs/-synchronizer/README.md), which is the thread that ties it all together.