Skip to content

Commit

Permalink
fix cached on previous_output 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 1, 2024
1 parent a5a17ca commit f880769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def generate_data(
)
if outpoint in utxo_set:
# TODO: Check if this is correct
# tx_input["previous_output"]["cached"] = True
tx_input["previous_output"]["data"]["cached"] = True
utxo_set[outpoint]["cached"] = True

for idx, output in enumerate(tx["outputs"]):
Expand Down

0 comments on commit f880769

Please sign in to comment.