mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +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
|
|
@ -5517,7 +5517,7 @@ bool MainchainRPCCheck(const bool init)
|
|||
// warmup; in that case, just wait and retry.
|
||||
// If this is not the initial call, just report failure.
|
||||
if (init && error["code"].get_int() == RPC_IN_WARMUP) {
|
||||
MilliSleep(1000);
|
||||
UninterruptibleSleep(std::chrono::milliseconds{1000});
|
||||
continue;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue