mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
hsmd: channeld needs the ability to sign penalty transactions
This commit is contained in:
parent
ce471eabe0
commit
68705444f6
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ void peer_start_channeld(struct channel *channel,
|
|||
HSM_CAP_SIGN_GOSSIP
|
||||
| HSM_CAP_ECDH
|
||||
| HSM_CAP_COMMITMENT_POINT
|
||||
| HSM_CAP_SIGN_REMOTE_TX);
|
||||
| HSM_CAP_SIGN_REMOTE_TX
|
||||
| HSM_CAP_SIGN_ONCHAIN_TX);
|
||||
|
||||
channel_set_owner(channel,
|
||||
new_channel_subd(ld,
|
||||
|
|
Loading…
Add table
Reference in a new issue