Fixing Visual Studio name resolution bug.
This commit is contained in:
parent
98d83d37f0
commit
77283a54c7
1 changed files with 2 additions and 2 deletions
|
@ -922,9 +922,9 @@ void rai::bootstrap_attempt::dispatch_work ()
|
|||
state = rai::attempt_state::requesting_frontiers;
|
||||
action = [connection, this] ()
|
||||
{
|
||||
if (node->config.logging.network_logging ())
|
||||
if (this->node->config.logging.network_logging ())
|
||||
{
|
||||
BOOST_LOG (node->log) << boost::str (boost::format ("Initiating frontier request"));
|
||||
BOOST_LOG (this->node->log) << boost::str (boost::format ("Initiating frontier request"));
|
||||
}
|
||||
connection->frontier_request ();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue