added A3 link

This commit is contained in:
Shannon Appelcline 2020-08-04 13:17:12 -10:00 committed by GitHub
parent 79aed53a4a
commit 29a8752d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,4 +251,4 @@ You have a few options for what's next:
**Pruned Testnet.** This is just the last 550 blocks of Testnet ... because the Testnet blockchain is pretty big now too.
**Private Regtest.** This is Regression Testing Mode, which lets you run a totally local Bitcoin server. It allows for even more in-depth testing. There's no pruning needed here, because you'll be starting from scratch. This is a very different setup, and so is covered near the end of this tutorial.
**Private Regtest.** This is Regression Testing Mode, which lets you run a totally local Bitcoin server. It allows for even more in-depth testing. There's no pruning needed here, because you'll be starting from scratch. This is a very different setup, and so is covered in [Appendix 3](A3_0_Using_Bitcoin_Regtest.md).