From 25044c0e937df8faec979df8994906ac0af78a45 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jul 2018 09:38:41 -1100 Subject: [PATCH] Prevent skip Relaying wtx on non-KMD --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {