From bf4c6bd3d393bd0d5788db0ea380a903a0a27be9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 Jun 2020 08:39:17 -1000 Subject: [PATCH] added correct segwit link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba17e8e..5dd0ed4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ _This tutorial assumes that you have some minimal background of how to use the c * [4.4: Sending Coins with Raw Transactions](04_4_Sending_Coins_with_a_Raw_Transaction.md) * [Interlude: Using Curl](04_4__Interlude_Using_Curl.md) * [4.5: Sending Coins with Automated Raw Transactions](04_5_Sending_Coins_with_Automated_Raw_Transactions.md) - * [4.6: Creating a Segwit Transaction](04_6_Creating_a_Segwit_Transaction) — Awaiting Better Integration of Segwit into CLI + * [4.6: Creating a Segwit Transaction](04_6_Creating_a_Segwit_Transaction.md) — Awaiting Better Integration of Segwit into CLI * [5.0: Controlling Bitcoin Transactions](05_0_Controlling_Bitcoin_Transactions.md) * [5.1 Watching for Stuck Transactions](05_1_Watching_for_Stuck_Transactions.md) * [5.2: Resending a Transaction with RBF](05_2_Resending_a_Transaction_with_RBF.md)