fixed typo

pull/1638/head
orignal 3 years ago
parent a4e8bf9857
commit fab53dda66

@ -235,7 +235,7 @@ namespace transport
bool ygg; i2p::config::GetOption("meshnets.yggdrasil", ygg);
if (ygg)
{
std::string address; i2p::config::GetOption("meshnets.yggdrasil", address);
std::string address; i2p::config::GetOption("meshnets.yggaddress", address);
if (!address.empty ())
{
boost::system::error_code ec;

Loading…
Cancel
Save