mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-25 16:56:39 +00:00
Update 09_3_Testing_a_Bitcoin_Script.md
This commit is contained in:
parent
263660920d
commit
3e2892ec88
@ -182,7 +182,7 @@ btcdeb> stack
|
||||
```
|
||||
Using these commands can make it easier to see what's going on and where you are.
|
||||
|
||||
> :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`.
|
||||
> :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`.
|
||||
|
||||
## Test a Script Online
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user