use TXORef.hash instead of TXORef.id when signing claim with channel
This commit is contained in:
parent
449a583286
commit
35c43647aa
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue