Merge pull request #489 from lbryio/fix_dummy_hash_announcer
dummy hash announcer requires hash_queue_size() function
This commit is contained in:
commit
213a7ab66c
1 changed files with 3 additions and 0 deletions
|
@ -11,5 +11,8 @@ class DummyHashAnnouncer(object):
|
|||
def add_supplier(self, *args):
|
||||
pass
|
||||
|
||||
def hash_queue_size(self):
|
||||
return 0
|
||||
|
||||
def immediate_announce(self, *args):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue