mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 4eb1eeb02c into merged_master (Bitcoin PR #18504)
This commit is contained in:
commit
e978e137dd
10 changed files with 23 additions and 6 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <util/strencodings.h>
|
||||
#include <util/system.h>
|
||||
#include <util/translation.h>
|
||||
#include <util/url.h>
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
#include <compat/stdin.h>
|
||||
|
||||
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;
|
||||
UrlDecodeFn* const URL_DECODE = urlDecode;
|
||||
|
||||
static const char DEFAULT_RPCCONNECT[] = "127.0.0.1";
|
||||
static const int DEFAULT_HTTP_CLIENT_TIMEOUT=900;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue