mirror of https://github.com/nucypher/nucypher.git
Adding freeriders as a category of suspicious activity.
parent
4d8c6b989c
commit
c7906782d4
|
@ -987,7 +987,9 @@ class Ursula(Teacher, Character, Worker):
|
|||
# Ephemeral Self-Ursula
|
||||
#
|
||||
if is_me:
|
||||
self.suspicious_activities_witnessed = {'vladimirs': [], 'bad_treasure_maps': []}
|
||||
self.suspicious_activities_witnessed = {'vladimirs': [],
|
||||
'bad_treasure_maps': [],
|
||||
'freeriders': []}
|
||||
|
||||
#
|
||||
# REST Server (Ephemeral Self-Ursula)
|
||||
|
|
Loading…
Reference in New Issue