-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
While running monero-lws I noticed it hanged at requesting a specific transaction from monerod
.
Looking through the monerod
logs, I straight away noticed the following error log:
E get_tx_outputs_gindexs failed to find transaction with id = 10d2c511b96c49846792192fd22cfc10a267fad23a996dabad65fddc57dcf028>
This is actually a valid transaction included in block 3487774: https://xmrchain.net/tx/10d2c511b96c49846792192fd22cfc10a267fad23a996dabad65fddc57dcf028
Output of print_tx
:
~ $ monerod print_tx 10d2c511b96c49846792192fd22cfc10a267fad23a996dabad65fddc57dcf028
2025-10-03 14:44:53.964 I Monero 'Fluorine Fermi' (v0.18.4.2-release)
Error: Transaction wasn't found: <10d2c511b96c49846792192fd22cfc10a267fad23a996dabad65fddc57dcf028>
Output of print_block
:
~ $ monerod print_block 3487774 | grep -o "10d\w*"
10d2c511b96c49846792192fd22cfc10a267fad23a996dabad65fddc57dcf028
This node is fully synced and NOT pruned.