From d68a63e40439850cfc66f8525b35986a6371fa47 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 29 Nov 2015 13:02:01 +0000 Subject: wallet: cancellable refresh ^C while in manual refresh will cancel the refresh, since that's often an annoying thing to have to wait for. Also, a manual refresh command will interrupt any running background refresh and take over, rather than wait for the background refresh to be done, and look to be hanging. --- src/common/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/util.cpp') diff --git a/src/common/util.cpp b/src/common/util.cpp index 4c1b44004..371b55add 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -48,7 +48,7 @@ using namespace epee; namespace tools { - std::function signal_handler::m_handler; + std::function signal_handler::m_handler; #ifdef WIN32 std::string get_windows_version_display_string() -- cgit v1.2.3