Merge pull request #315 from csralvall/fix-17_1

Fix typo
This commit is contained in:
Shannon Appelcline 2021-08-03 09:11:20 -10:00 committed by GitHub
commit ccab59c8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ This course will only use `libsodium` for one small (but crucial!) bit of entrop
## Summary: Setting Up Libwally
By installing the Libwally (and Libsodium) includes and libraries, you gain access to a number of cryptographic and wallet functions, which can complement your RPC and ZMG libraries (or your command-line `bitcoin-cli`).
By installing the Libwally (and Libsodium) includes and libraries, you gain access to a number of cryptographic and wallet functions, which can complement your RPC and ZMQ libraries (or your command-line `bitcoin-cli`).
So what precisely can you do now? That's what the rest of this chapter is about.