Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix_7_2_link_to_8_1
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaczuk committed Aug 6, 2018
2 parents 4e367e4 + 8894bec commit 9285880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 07_2_Running_a_Bitcoin_Script.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Let's try this out:
```Bash
$ btcc OP_1 OP_2 OP_ADD
515293
$ btcdeb $(btcc OP_1 OP_2 OP_ADD) # or: btcdeb 515293
$ btcdeb '[OP_1 OP_2 OP_ADD]' # or: btcdeb 515293
btcdeb -- type `btcdeb -h` for start up options
valid script
3 op script loaded. type `help` for usage information
Expand Down Expand Up @@ -158,7 +158,7 @@ Stack: [ 1 ]

Let's try this one too:
```Bash
$ btcdeb $(btcc OP_3 OP_2 OP_ADD OP_4 OP_SUB)
$ btcdeb '[OP_3 OP_2 OP_ADD OP_4 OP_SUB]'
btcdeb -- type `btcdeb -h` for start up options
valid script
5 op script loaded. type `help` for usage information
Expand Down

0 comments on commit 9285880

Please sign in to comment.