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