diff --git a/08_3_Running_a_Bitcoin_Script_with_P2SH.md b/08_3_Running_a_Bitcoin_Script_with_P2SH.md index c442e21..172335f 100644 --- a/08_3_Running_a_Bitcoin_Script_with_P2SH.md +++ b/08_3_Running_a_Bitcoin_Script_with_P2SH.md @@ -1,6 +1,6 @@ # 8.3: Running a Bitcoin Script with P2SH -> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. +> :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. Now that you know the theory and practice behind P2SH addresses, you're ready to turn a non-standard Bitcoin Script into an actual transaction. We'll be reusing the simple locking script from [ยง7.2: Running a Bitcoin Script](07_2_Running_a_Bitcoin_Script.md), `OP_ADD 99 OP_EQUAL`.