Get all children that spend from this tx and were received from nodeid. Sorted reconsiderable before non-reconsiderable, then from most recent to least recent.
Declared in <node/txorphanage.h>
virtual
std::vector<CTransactionRef>
GetChildrenFromSamePeer(
CTransactionRef const& parent,
NodeId nodeid) const = 0;
The matching child transactions, sorted as described.
| Name | Description |
|---|---|
| parent | The parent transaction whose children to collect. |
| nodeid | The peer the children must have been received from. |