mirror of
https://github.com/bitcoin/bips.git
synced 2025-08-18 13:26:23 +00:00
Update bip-0443.mediawiki
This commit is contained in:
parent
31450c3dbd
commit
c72c59a8db
@ -238,7 +238,7 @@ The following notations are used in the pseudocode below:
|
|||||||
==== Transaction-wide initialization ====
|
==== Transaction-wide initialization ====
|
||||||
|
|
||||||
This is executed once for the entire transaction, before any of the transaction input's scripts are evaluated.
|
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">
|
<source lang="python">
|
||||||
output_min_amount = [0] * n_outputs
|
output_min_amount = [0] * n_outputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user