mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
fixed btcdeb arg notation. fixes #52
This commit is contained in:
parent
87f4c31445
commit
9400f2a4e7
@ -85,7 +85,7 @@ Let's try this out:
|
|||||||
```Bash
|
```Bash
|
||||||
$ btcc OP_1 OP_2 OP_ADD
|
$ btcc OP_1 OP_2 OP_ADD
|
||||||
515293
|
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
|
btcdeb -- type `btcdeb -h` for start up options
|
||||||
valid script
|
valid script
|
||||||
3 op script loaded. type `help` for usage information
|
3 op script loaded. type `help` for usage information
|
||||||
@ -158,7 +158,7 @@ Stack: [ 1 ]
|
|||||||
|
|
||||||
Let's try this one too:
|
Let's try this one too:
|
||||||
```Bash
|
```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
|
btcdeb -- type `btcdeb -h` for start up options
|
||||||
valid script
|
valid script
|
||||||
5 op script loaded. type `help` for usage information
|
5 op script loaded. type `help` for usage information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user