mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 538497ba27 into merged_master (Bitcoin PR bitcoin/bitcoin#30255)
This commit is contained in:
commit
0408da3887
5 changed files with 14 additions and 14 deletions
|
|
@ -125,7 +125,7 @@ public:
|
|||
void startShutdown() override
|
||||
{
|
||||
if (!(*Assert(Assert(m_context)->shutdown))()) {
|
||||
LogPrintf("Error: failed to send shutdown signal\n");
|
||||
LogError("Failed to send shutdown signal\n");
|
||||
}
|
||||
// Stop RPC for clean shutdown if any of waitfor* commands is executed.
|
||||
if (args().GetBoolArg("-server", false)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue