This commit is contained in:
parent
bdf6887791
commit
e10e1de92f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Publisher:
|
||||||
)
|
)
|
||||||
if stream_hash: # the stream_hash returned from the db will be None if this isn't a stream we have
|
if stream_hash: # the stream_hash returned from the db will be None if this isn't a stream we have
|
||||||
yield self.storage.save_content_claim(
|
yield self.storage.save_content_claim(
|
||||||
stream_hash.decode(), tx.outputs[0].id
|
stream_hash, tx.outputs[0].id
|
||||||
)
|
)
|
||||||
self.lbry_file = [f for f in self.lbry_file_manager.lbry_files if f.stream_hash == stream_hash][0]
|
self.lbry_file = [f for f in self.lbry_file_manager.lbry_files if f.stream_hash == stream_hash][0]
|
||||||
defer.returnValue(tx)
|
defer.returnValue(tx)
|
||||||
|
|
Loading…
Add table
Reference in a new issue