diff --git a/lbry/schema/result.py b/lbry/schema/result.py index 5f4519c72..3d197de0b 100644 --- a/lbry/schema/result.py +++ b/lbry/schema/result.py @@ -15,10 +15,10 @@ BLOCKED = ErrorMessage.Code.Name(ErrorMessage.BLOCKED) def set_reference(reference, claim_hash, rows): if claim_hash: for txo in rows: - if claim_hash == txo['claim_hash']: - reference.tx_hash = txo['txo_hash'][:32] - reference.nout = struct.unpack('