Skip to content

Commit

Permalink
Merge branch 'master' into feature/evm/eof
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Feb 15, 2025
2 parents 2772f42 + 0e57cb1 commit bb96661
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public async Task InitAsync()
if (!File.Exists(_trustedNodesPath))
{
if (_logger.IsDebug) _logger.Debug($"Trusted nodes file not found at: {_trustedNodesPath}");
return;
}

var nodes = new ConcurrentDictionary<PublicKey, NetworkNode>();
Expand Down

0 comments on commit bb96661

Please sign in to comment.