Avoid ambiguous (numerically-interpretable) input to btcdeb example

This commit is contained in:
Justin Hanneman 2020-06-22 21:50:36 -06:00
parent 2b433714de
commit a91402d9e5

View File

@ -80,7 +80,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 '[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 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