Skip to content

Commit

Permalink
Fixes Tribler#6265: start Tribler with ipv8 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Aug 19, 2021
1 parent 91add83 commit 85f15ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class GigaChannelComponent(Component):

@classmethod
def should_be_enabled(cls, config: TriblerConfig):
return config.chant.enabled
return config.ipv8.enabled and config.chant.enabled

@classmethod
def make_implementation(cls, config: TriblerConfig, enable: bool):
Expand Down

0 comments on commit 85f15ac

Please sign in to comment.