Merge remote-tracking branch 'upstream/master' into fix_7_2_link_to_8_1

This commit is contained in:
Jordan Baczuk 2018-08-06 14:54:27 -06:00
commit 928588051c

View File

@ -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
@ -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