[#node-TxOrphanage-GetTxToReconsider] = xref:node.adoc[node]::xref:node/TxOrphanage.adoc[TxOrphanage]::GetTxToReconsider :relfileprefix: ../../ :mrdocs: Extract a transaction from a peer's work set, and flip it back to non‐reconsiderable. Returns nullptr if there are no transactions to work on. Otherwise returns the transaction reference, and removes it from the work set. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:CTransactionRef.adoc[CTransactionRef] GetTxToReconsider(xref:NodeId-08.adoc[NodeId] peer) = 0; ---- == Return Value The next transaction to reconsider, or nullptr if the work set is empty. == Parameters [cols="1,4"] |=== | Name| Description | *peer* | The peer whose work set to draw from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#