Skip to content

Commit 2636609

Browse files
authored
added signature warning
Per #554.
1 parent 85f5923 commit 2636609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

09_3_Testing_a_Bitcoin_Script.md

+2
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ btcdeb> stack
182182
```
183183
Using these commands can make it easier to see what's going on and where you are.
184184

185+
> :warning: `btcdeb` is much more complex to use if you are trying to verify signatures. See [Signature Checking with btcdeb](https://github.com/bitcoin-core/btcdeb/blob/master/doc/btcdeb.md#signature-checking). This is true for any script testing, so we don't suggest it if you're trying to verify an `OP_CHECKSIG` or an `OP_CHECKMULTISIG`.
186+
185187
## Test a Script Online
186188

187189
There are also a few web simulators that you can use to test scripts online. They can be superior to a command-line tool by offering a more graphical output, but we also find that they tend to have shortcomings.

0 commit comments

Comments
 (0)