Skip to content

Unable to find transaction #10141

@Keeqler

Description

@Keeqler

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions