Skip to content

Commit 3e2892e

Browse files
authored
Update 09_3_Testing_a_Bitcoin_Script.md
1 parent 2636609 commit 3e2892e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_3_Testing_a_Bitcoin_Script.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ 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`.
185+
> :warning: **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`.
186186
187187
## Test a Script Online
188188

0 commit comments

Comments
 (0)