forked from LBRYCommunity/lbry-sdk
fix tests
This commit is contained in:
parent
a132496643
commit
a7c2ad470c
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ class Wallet(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def get_claim_metadata_for_sd_hash(self, sd_hash):
|
def get_claim_metadata_for_sd_hash(self, sd_hash):
|
||||||
return "fakeuri", "faketxid", "fakenout"
|
return "fakeuri", "aa04a949348f9f094d503e5816f0cfb57ee68a22f6d08d149217d071243e0377", 1
|
||||||
|
|
||||||
def get_claimid(self, name, txid=None, nout=None):
|
def get_claimid(self, name, txid=None, nout=None):
|
||||||
return "fake claimid"
|
return "aa04a949348f9f094d503e5816f0cfb57ee68a22f6d08d149217d071243e0378"
|
||||||
|
|
||||||
|
|
||||||
class PeerFinder(object):
|
class PeerFinder(object):
|
||||||
|
|
Loading…
Reference in a new issue