From f0c73c1336bee74fe2d58474ac36bca28c219e85 Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Fri, 7 Jul 2023 17:32:54 -0400 Subject: [PATCH] refactor: Remove call to ShutdownRequested from rpc/mining Use chainman.m_interrupt object instead There is no change in behavior in this commit --- src/rpc/mining.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 3d806565077..15a7792c36e 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -27,7 +27,6 @@ #include