[#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(0x7f950ef0d228), requires_capability(0x7f950e3e8148), requires_capability(0x7f9502a9eb38)]] std::vector<CTransactionRef> GetStale() const; ---- == Return Value The stale transactions that are due for rebroadcast. [.small]#Created with https://www.mrdocs.com[MrDocs]#