Skip to content

Commit 6c5d396

Browse files
authored
Merge pull request #1910 from bethoffman/fix-typo
BIP443: fix typo in the section "Transaction-wide initialization"
2 parents 3e15178 + c72c59a commit 6c5d396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0443.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The following notations are used in the pseudocode below:
238238
==== Transaction-wide initialization ====
239239

240240
This is executed once for the entire transaction, before any of the transaction input's scripts are evaluated.
241-
Itinitializes three arrays that are used to keep track of the amount information of the output.
241+
It initializes three arrays that are used to keep track of the amount information of the output.
242242

243243
<source lang="python">
244244
output_min_amount = [0] * n_outputs

0 commit comments

Comments
 (0)