From 89bbb802c04895829bcd189c361738c9b1eb259a 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 30d06c20c..852867b0c 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -2962,7 +2962,8 @@ void wallet2::update_pool_state(std::vector::iterator it = m_unconfirmed_txs.begin(); while (it != m_unconfirmed_txs.end())