[#PrivateBroadcast-GetStale] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::GetStale :relfileprefix: ../ :mrdocs: Get the transactions that have not been broadcast recently and have send attempts remaining. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e37684be8), requires_capability(0x7f2e219d2168), requires_capability(0x7f2e1ac65398)]] std::vector<CTransactionRef> GetStale() const; ---- == Return Value The stale transactions that are due for rebroadcast. [.small]#Created with https://www.mrdocs.com[MrDocs]#