Add a new orphan transaction
Declared in <node/txorphanage.h>
virtual
bool
AddTx(
CTransactionRef const& tx,
NodeId peer) = 0;
True if the orphan was newly added, false otherwise.
| Name | Description |
|---|---|
| tx | The orphan transaction to add. |
| peer | The peer announcing the orphan. |