Skip to content

Commit

Permalink
Merge pull request #7761 from drew2a/fix/7738
Browse files Browse the repository at this point in the history
Remove TrustGraph
  • Loading branch information
drew2a committed Dec 11, 2023
2 parents 0d9a839 + 7fe1646 commit 06e3dd6
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1,038 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def verify_settings(settings_dict):
Verify that the expected sections are present.
"""
check_section = ['libtorrent', 'general', 'torrent_checking',
'tunnel_community', 'api', 'trustchain', 'watch_folder']
'tunnel_community', 'api', 'watch_folder']

assert settings_dict['settings']
for section in check_section:
Expand Down

0 comments on commit 06e3dd6

Please sign in to comment.