udacity / blockchain-nanodegree-issues

Issues for Udacity's Blockchain Nanodegree program
2 stars 2 forks source link

Typos in Blockchain Data -> Lesson 3: Bitcoin Debug Console #159

Open liamseanbrady opened 5 years ago

liamseanbrady commented 5 years ago

Under most of the videos in the 'Lesson 3: Bitcoin Debug Console' section there is the following note:

"Note: The current version for Bitcoin Core is 0.17.0.1, some functions and commands has been changed since the video was recorded, we are adding text notes if changes has been made."

This should probably be something like:

"Note: The current version for Bitcoin Core is 0.17.0.1. Some functions and commands have been changed since the video was recorded, so we are adding text notes if changes have been made."

I didn't know if it was worthwhile pointing this out because it appears on a lot of pages and it seems like a lot of effort to fix just for a couple of small typos, but I thought I'd mention it anyway.

The note appears under videos on the following sections:

1. Lesson Introduction 4. Debug Console 5. Blockchain Commands 6. Hash Commands 7. Block Commands 8. Wallet Commands 9. Mempool Commands 10. Transaction Commands 11. Signature Commands 12. Network Commands 13. Mining Commands

Thanks for all of your hard work!