Merge branch 'fix-1501'

This commit is contained in:
Jack Robison 2018-10-02 11:06:35 -04:00
commit 0cefa07e97
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)