Clean up stake rebroadcasting and mempool checking
This commit is contained in:
@@ -2755,7 +2755,9 @@ void CWallet::ReacceptWalletTransactions()
|
||||
CWalletTx& wtx = *(item.second);
|
||||
|
||||
LOCK(mempool.cs);
|
||||
wtx.AcceptToMemoryPool(false);
|
||||
CValidationState state;
|
||||
// attempt to add them, but don't set any DOS level
|
||||
::AcceptToMemoryPool(mempool, state, wtx, false, NULL, true, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user