There was no chapter about a library called ZMG. I suppose that it
refers to ZMQ (chapter 16_3).
This commit is contained in:
Cesar Alvarez Vallero 2021-07-28 22:33:44 -03:00
parent 2411b05715
commit 3419e6852a
No known key found for this signature in database
GPG Key ID: 8DEF166DA59D7898

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.