diff --git a/lbrynet/wallet/transaction.py b/lbrynet/wallet/transaction.py index 08a41f3df..bb0b50074 100644 --- a/lbrynet/wallet/transaction.py +++ b/lbrynet/wallet/transaction.py @@ -96,7 +96,7 @@ class Output(BaseOutput): ] else: pieces = [ - self.tx_ref.tx.inputs[0].txo_ref.id.encode(), + self.tx_ref.tx.inputs[0].txo_ref.hash, self.claim.signing_channel_hash, self.claim.to_message_bytes() ]