1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-08-18 13:26:23 +00:00

Merge pull request #1910 from bethoffman/fix-typo

BIP443: fix typo in the section "Transaction-wide initialization"
This commit is contained in:
Mark "Murch" Erhardt 2025-08-05 15:40:32 -07:00 committed by GitHub
commit 6c5d396fba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ The following notations are used in the pseudocode below:
==== Transaction-wide initialization ====
This is executed once for the entire transaction, before any of the transaction input's scripts are evaluated.
Itinitializes three arrays that are used to keep track of the amount information of the output.
It initializes three arrays that are used to keep track of the amount information of the output.
<source lang="python">
output_min_amount = [0] * n_outputs