From 82c37a02cb28eb533148747cf0d4bdb2764bc290 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 30 Sep 2020 08:37:00 -1000 Subject: [PATCH] Update 17_6_Accessing_Bitcoind_with_Swift.md --- 17_6_Accessing_Bitcoind_with_Swift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_6_Accessing_Bitcoind_with_Swift.md b/17_6_Accessing_Bitcoind_with_Swift.md index 61f54ea..a345f98 100644 --- a/17_6_Accessing_Bitcoind_with_Swift.md +++ b/17_6_Accessing_Bitcoind_with_Swift.md @@ -2,7 +2,7 @@ > :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. -This section explains how to interact with `bitcoind` using the Swift programming language. +This section explains how to interact with `bitcoind` using the Swift programming language and your own RPC client. ## Setting Up Swift on Your Mac