forked from LBRYCommunity/lbry-sdk
dummy hash announcer requires hash_queue_size() function
This commit is contained in:
parent
c85226d5a6
commit
7e2fad2397
1 changed files with 3 additions and 0 deletions
|
@ -11,5 +11,8 @@ class DummyHashAnnouncer(object):
|
||||||
def add_supplier(self, *args):
|
def add_supplier(self, *args):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def hash_queue_size(self):
|
||||||
|
return 0
|
||||||
|
|
||||||
def immediate_announce(self, *args):
|
def immediate_announce(self, *args):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue