mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 01bb3afb51 into merged_master (Bitcoin PR #21447)
This commit is contained in:
commit
07d04a45c3
1 changed files with 1 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ void SetupServerArgs(NodeContext& node)
|
|||
argsman.AddArg("-daemonwait", strprintf("Wait for initialization to be finished before exiting. This implies -daemon (default: %d)", DEFAULT_DAEMONWAIT), ArgsManager::ALLOW_BOOL, OptionsCategory::OPTIONS);
|
||||
#else
|
||||
hidden_args.emplace_back("-daemon");
|
||||
hidden_args.emplace_back("-daemonwait");
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue