From d9973f4d485d5f898378450abfb15faecc70c2b3 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 3 Dec 2020 02:18:58 +0100 Subject: [PATCH] wallet2: set propagation timeout to current max timeout --- src/wallet/wallet2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 5eb378fe2..db2f53c69 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -2963,7 +2963,8 @@ void wallet2::update_pool_state(std::vector::iterator it = m_unconfirmed_txs.begin(); while (it != m_unconfirmed_txs.end())