removed warning

This commit is contained in:
Shannon Appelcline 2020-10-20 08:21:32 -10:00 committed by GitHub
parent eb4338d1ef
commit ef046206b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
# 9.2: Running a Bitcoin Script # 9.2: Running a Bitcoin Script
> :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.
Bitcoin Scripts may not initially seem that intuitive, but their execution is quite simple, using reverse Polish notation and a stack. Bitcoin Scripts may not initially seem that intuitive, but their execution is quite simple, using reverse Polish notation and a stack.
## Understand the Scripting Language ## Understand the Scripting Language