You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 09_3_Testing_a_Bitcoin_Script.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ script | stack
96
96
--------+--------
97
97
| 03
98
98
```
99
-
And that's where our script ends, with nothing more to execute and an`03` sitting on top of our stack as the result of the Script.
99
+
And that's where our script ends, with nothing more to execute and a`03` sitting on top of our stack as the result of the Script.
100
100
101
101
> :note: **NOTE:**`btcdeb` allows you to repeat the previous command by hitting enter. We will be doing this in subsequent examples, so don't be surprised about `btcdeb>` prompts with nothing as input. It is simply repeating the previous (often `step`) command.
0 commit comments