Skip to content

Commit c72c59a

Browse files
authored
Update bip-0443.mediawiki
1 parent 31450c3 commit c72c59a

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)