mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 13:14:22 +01:00
hsmd: channeld needs the ability to sign penalty transactions
This commit is contained in:
committed by
Rusty Russell
parent
ce471eabe0
commit
68705444f6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user