This commit is contained in:
Jack Robison 2018-10-02 10:26:02 -04:00
parent bdf6887791
commit e10e1de92f
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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
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]
defer.returnValue(tx)