Test fix for crash

This commit is contained in:
jl777
2018-07-14 03:08:05 -11:00
parent b39b4d733e
commit 3cbc956e04

View File

@@ -2112,7 +2112,7 @@ std::vector<uint256> CWallet::ResendWalletTransactionsBefore(int64_t nTime)
// Don't rebroadcast if newer than nTime: // Don't rebroadcast if newer than nTime:
if (wtx.nTimeReceived > nTime) if (wtx.nTimeReceived > nTime)
continue; continue;
if ( ASSETCHAINS_SYMBOL[0] == 0 ) //if ( ASSETCHAINS_SYMBOL[0] == 0 )
{ {
if ( wtx.nLockTime >= LOCKTIME_THRESHOLD && wtx.nLockTime < now-KOMODO_MAXMEMPOOLTIME ) if ( wtx.nLockTime >= LOCKTIME_THRESHOLD && wtx.nLockTime < now-KOMODO_MAXMEMPOOLTIME )
{ {