util: Replace boost::signals2 with std::function

This commit is contained in:
MarcoFalke 2018-08-13 16:13:29 -04:00
parent ddc3ec92b0
commit ddddce0e46
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
14 changed files with 44 additions and 36 deletions

View file

@ -24,6 +24,8 @@
#include <univalue.h>
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;
static const char DEFAULT_RPCCONNECT[] = "127.0.0.1";
static const int DEFAULT_HTTP_CLIENT_TIMEOUT=900;
static const bool DEFAULT_NAMED=false;