node::TxOrphanage::HaveTx

Check if we already have an orphan transaction (by wtxid only)

Synopsis

Declared in <node/txorphanage.h>

virtual
bool
HaveTx(Wtxid const& wtxid) const = 0;

Return Value

True if the orphan is stored, false otherwise.

Parameters

NameDescription
wtxidWitness txid to look up.