forked from LBRYCommunity/lbry-sdk
uncomment error for store request where contact is not known
This commit is contained in:
parent
c9515f8fb6
commit
9919fd06c6
1 changed files with 1 additions and 2 deletions
|
@ -467,8 +467,7 @@ class Node(object):
|
||||||
contact = kwargs['_rpcNodeContact']
|
contact = kwargs['_rpcNodeContact']
|
||||||
compact_ip = contact.compact_ip()
|
compact_ip = contact.compact_ip()
|
||||||
else:
|
else:
|
||||||
return 'Not OK'
|
raise TypeError, 'No contact info available'
|
||||||
# raise TypeError, 'No contact info available'
|
|
||||||
|
|
||||||
if ((self_store is False) and
|
if ((self_store is False) and
|
||||||
('token' not in value or not self.verify_token(value['token'], compact_ip))):
|
('token' not in value or not self.verify_token(value['token'], compact_ip))):
|
||||||
|
|
Loading…
Add table
Reference in a new issue