Skip to content

Commit f8086fe

Browse files
authored
space in the
1 parent ece0a7f commit f8086fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_2_Building_the_Structure_of_P2SH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To complete your serialization, you translate the hexcode into binary. On the co
6767

6868
## Run The Integer Conversion Script
6969

70-
A complete script for changing an integer between -2147483647 and 2147483647 to a little-endian signed-magnitude representation in hex can be found in th e[src code directory](src/10_2_integer2lehex.sh). You can download it as `integeer2lehex.sh`.
70+
A complete script for changing an integer between -2147483647 and 2147483647 to a little-endian signed-magnitude representation in hex can be found in the [src code directory](src/10_2_integer2lehex.sh). You can download it as `integeer2lehex.sh`.
7171

7272
> :warning: **WARNING:** This script has not been robustly checked. If you are going to use it to create real locking scripts you should make sure to double-check and test your results.
7373

0 commit comments

Comments
 (0)