From 3419e6852aa0347d1e0ea5941797a07fa8fc87af Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Wed, 28 Jul 2021 22:33:44 -0300 Subject: [PATCH] Fix typo There was no chapter about a library called ZMG. I suppose that it refers to ZMQ (chapter 16_3). --- 17_1_Setting_Up_Libwally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_1_Setting_Up_Libwally.md b/17_1_Setting_Up_Libwally.md index c500c82..6f90060 100644 --- a/17_1_Setting_Up_Libwally.md +++ b/17_1_Setting_Up_Libwally.md @@ -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.