Follow‐up actions returned after a transaction is rejected from the mempool.

Synopsis

Declared in <node/txdownloadman.h>

struct RejectedTxTodo;

Data Members

Name

Description

m_package_to_validate

A 1‐parent‐1‐child package to validate, if one was formed.

m_should_add_extra_compact_tx

Whether to keep the tx as an extra compact‐block transaction.

m_unique_parents

Deduplicated txids of the rejected transaction's parents.

Created with MrDocs