mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
parent
f3d4f1e5a1
commit
ec91092df8
9 changed files with 10 additions and 10 deletions
|
|
@ -628,7 +628,7 @@ void StartRPCThreads()
|
|||
try {
|
||||
vEndpoints.push_back(ParseEndpoint(addr, defaultPort));
|
||||
}
|
||||
catch(boost::system::system_error &e)
|
||||
catch(const boost::system::system_error &)
|
||||
{
|
||||
uiInterface.ThreadSafeMessageBox(
|
||||
strprintf(_("Could not parse -rpcbind value %s as network address"), addr),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue