mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Merge remote-tracking branch 'upstream/master' into fix_7_2_link_to_8_1
This commit is contained in:
commit
928588051c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user