mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 97aadf98d0 into merged_master (Bitcoin PR #16117)
This commit is contained in:
commit
cc668250eb
17 changed files with 22 additions and 105 deletions
|
|
@ -524,7 +524,7 @@ static int CommandLineRPC(int argc, char *argv[])
|
|||
}
|
||||
catch (const CConnectionFailed&) {
|
||||
if (fWait)
|
||||
MilliSleep(1000);
|
||||
UninterruptibleSleep(std::chrono::milliseconds{1000});
|
||||
else
|
||||
throw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue