From b9cfbb9801b67396e5f155519fc999024f0b0468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Tue, 21 Feb 2017 23:21:34 +0100 Subject: [PATCH] Trivial: s/liquid-daemon/elementsd --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 8eb7e7eefe..c79f7d48f8 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1529,7 +1529,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) uiInterface.InitMessage(_("Awaiting bitcoind RPC warmup")); if (!BitcoindRPCCheck(true)) { //Initial check, fail immediately - return InitError(_("ERROR: liquid-daemon is set to verify pegins but cannot get valid response from bitcoind. Please check debug.log for more information.")); + return InitError(_("ERROR: elementsd is set to verify pegins but cannot get valid response from bitcoind. Please check debug.log for more information.")); } uiInterface.InitMessage(_("Done loading"));