Skip to content

Commit

Permalink
remove cached on previous_output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 1, 2024
1 parent ad0a949 commit a5a17ca
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"]["cached"] = True
utxo_set[outpoint]["cached"] = True

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

0 comments on commit a5a17ca

Please sign in to comment.