mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 16:53:52 +02:00
Check cluster limits when using -walletrejectlongchains
This commit is contained in:
@@ -681,6 +681,8 @@ public:
|
||||
if (exists(txid)) m_unbroadcast_txids.insert(txid);
|
||||
};
|
||||
|
||||
bool CheckPolicyLimits(const CTransactionRef& tx);
|
||||
|
||||
/** Removes a transaction from the unbroadcast set */
|
||||
void RemoveUnbroadcastTx(const Txid& txid, const bool unchecked = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user