summaryrefslogtreecommitdiff
path: root/library/src/library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/library.cpp')
-rw-r--r--library/src/library.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/library.cpp b/library/src/library.cpp
index d5c51c7..18c3cff 100644
--- a/library/src/library.cpp
+++ b/library/src/library.cpp
@@ -7,7 +7,7 @@ namespace hwd
static rpc::client & get_client()
{
- static rpc::client c("127.0.0.1", hwd::internal::default_port);
+ static rpc::client c(hwd::internal::host(), hwd::internal::port());
return c;
}