From 5b98bebad146854cabf11b51bbd6ff5fafccbdcc Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 7 Aug 2022 15:00:16 +0000 Subject: [PATCH] wallet2: prevent importing outputs in a hot wallet --- src/wallet/wallet2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index d87aa0e33..aba929855 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -13162,6 +13162,8 @@ size_t wallet2::import_outputs(const std::pair m_transfers.size(), error::wallet_internal_error, "Imported outputs omit more outputs that we know of");