Browse Source

hsmd: channeld needs the ability to sign penalty transactions

nifty/pset-pre
Christian Decker 5 years ago
committed by Rusty Russell
parent
commit
68705444f6
  1. 3
      lightningd/channel_control.c

3
lightningd/channel_control.c

@ -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…
Cancel
Save