Trivial: s/liquid-daemon/elementsd

This commit is contained in:
Jorge Timón 2017-02-21 23:21:34 +01:00
parent b16e7fbb48
commit b9cfbb9801
No known key found for this signature in database
GPG key ID: A4F5D141C01A0387

View file

@ -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"));