Fix walled -> walletd types (#4746)

This commit is contained in:
Andrew Arnott 2022-07-04 16:17:44 -06:00 committed by GitHub
parent 32faa94fb4
commit 766dd9357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Contents:
- [RPC section](#rpc-section) - [RPC section](#rpc-section)
- [Sync Zebra](#sync-zebra) - [Sync Zebra](#sync-zebra)
- [Download and build lightwalletd](#download-and-build-lightwalletd) - [Download and build lightwalletd](#download-and-build-lightwalletd)
- [Sync lightwalled](#sync-lightwalled) - [Sync lightwalletd](#sync-lightwalletd)
- [Run tests](#run-tests) - [Run tests](#run-tests)
- [Connect wallet to lightwalletd](#connect-wallet-to-lightwalletd) - [Connect wallet to lightwalletd](#connect-wallet-to-lightwalletd)
- [Download and build the cli-wallet](#download-and-build-the-cli-wallet) - [Download and build the cli-wallet](#download-and-build-the-cli-wallet)
@ -96,7 +96,7 @@ make install
If everything went good you should have a `lightwalletd` binary in `~/go/bin/`. If everything went good you should have a `lightwalletd` binary in `~/go/bin/`.
## Sync lightwalled ## Sync lightwalletd
[#sync-lightwalletd]: (#sync-lightwalletd) [#sync-lightwalletd]: (#sync-lightwalletd)
Please make sure you have zebrad running (with RPC endpoint and up to date blockchain) to synchronize lightwalletd. Please make sure you have zebrad running (with RPC endpoint and up to date blockchain) to synchronize lightwalletd.