mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Trivial: s/liquid-daemon/elementsd
This commit is contained in:
parent
b16e7fbb48
commit
b9cfbb9801
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue