From 95a99ce0cdf5df3c60c80b3f1884aea1eef2c892 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 30 Jun 2020 15:06:50 -1000 Subject: [PATCH] Update 03_4_Receiving_a_Transaction.md --- 03_4_Receiving_a_Transaction.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/03_4_Receiving_a_Transaction.md b/03_4_Receiving_a_Transaction.md index c7b3d03..8a5f776 100644 --- a/03_4_Receiving_a_Transaction.md +++ b/03_4_Receiving_a_Transaction.md @@ -311,4 +311,7 @@ Faucets will give you money on the testnet. They come in as raw transactions, wh ## What's Next? -Continue "Understanding Your Bitcoin Setup" with [§3.5: Understanding the Descriptor](03_5_Understanding_the_Descriptor.md). +For a deep dive into how addresses are described, so that they can be transferred or made into parts of a multi-signature, see [§3.5: Understanding the Descriptor](03_5_Understanding_the_Descriptor.md). + +But if that's too in-depth, continue on to [Chapter Four: Sending Bitcoin Transactions](04_0_Sending_Bitcoin_Transactions.md). +