mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Avoid ambiguous (numerically-interpretable) input to btcdeb example
This commit is contained in:
parent
2b433714de
commit
a91402d9e5
@ -80,7 +80,7 @@ Let's try this out:
|
||||
```Bash
|
||||
$ btcc OP_1 OP_2 OP_ADD
|
||||
515293
|
||||
$ btcdeb '[OP_1 OP_2 OP_ADD]' # or: btcdeb 515293
|
||||
$ btcdeb '[OP_1 OP_2 OP_ADD]' # or: btcdeb 0x515293
|
||||
btcdeb -- type `btcdeb -h` for start up options
|
||||
valid script
|
||||
3 op script loaded. type `help` for usage information
|
||||
|
Loading…
x
Reference in New Issue
Block a user