From a5a17ca63134ed112faf14536e52c267ab153517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kami=C5=84ski?= Date: Tue, 1 Oct 2024 14:04:00 +0200 Subject: [PATCH] remove cached on previous_output 2 --- scripts/data/generate_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data/generate_data.py b/scripts/data/generate_data.py index e865aca..6cfb44c 100755 --- a/scripts/data/generate_data.py +++ b/scripts/data/generate_data.py @@ -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"]):