mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge d91af4768c into merged_master (Bitcoin PR #17165)
This commit removes BIP70 support. Since this was the only thing our payment sernver supported (we had previously dropped support for bitcoin: urls) I also dropped all the paymentrequest logic.
This commit is contained in:
commit
466ecf5506
49 changed files with 43 additions and 2205 deletions
|
|
@ -359,7 +359,7 @@ void SetupServerArgs()
|
|||
std::vector<std::string> hidden_args = {
|
||||
"-dbcrashratio", "-forcecompactdb",
|
||||
// GUI args. These will be overwritten by SetupUIArgs for the GUI
|
||||
"-allowselfsignedrootcertificates", "-choosedatadir", "-lang=<lang>", "-min", "-resetguisettings", "-rootcertificates=<file>", "-splash", "-uiplatform"};
|
||||
"-choosedatadir", "-lang=<lang>", "-min", "-resetguisettings", "-splash", "-uiplatform"};
|
||||
|
||||
gArgs.AddArg("-version", "Print version and exit", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS);
|
||||
#if HAVE_SYSTEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue