mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Use 'a 03' instead of 'an 03'
This commit is contained in:
parent
11ccda91f0
commit
3b70f86c79
@ -96,7 +96,7 @@ script | stack
|
|||||||
--------+--------
|
--------+--------
|
||||||
| 03
|
| 03
|
||||||
```
|
```
|
||||||
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.
|
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.
|
||||||
|
|
||||||
> :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.
|
> :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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user