diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 5100a2470..70375e663 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2117,7 +2117,7 @@ std::vector CWallet::ResendWalletTransactionsBefore(int64_t nTime) // Don't rebroadcast if newer than nTime: if (wtx.nTimeReceived > nTime) continue; - //if ( ASSETCHAINS_SYMBOL[0] == 0 ) + if ( ASSETCHAINS_SYMBOL[0] == 0 ) { if ( wtx.nLockTime >= LOCKTIME_THRESHOLD && wtx.nLockTime < now-KOMODO_MAXMEMPOOLTIME ) {