mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 16a6174613 into merged_master (Bitcoin PR bitcoin/bitcoin#29904)
This commit is contained in:
commit
9bf3ef6967
13 changed files with 110 additions and 31 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#include <clientversion.h>
|
||||
#include <common/args.h>
|
||||
#include <common/system.h>
|
||||
#include <common/url.h>
|
||||
#include <compat/compat.h>
|
||||
#include <compat/stdin.h>
|
||||
#include <policy/feerate.h>
|
||||
|
|
@ -51,7 +50,6 @@
|
|||
using CliClock = std::chrono::system_clock;
|
||||
|
||||
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