mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
hsm: Added channel announcement sig request and reply
Note this only does the node signature; the channeld itself currently holds the bitcoin privkey for the funding tx.
This commit is contained in:
parent
fc98d797d2
commit
b41c8e240a
1 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,11 @@ hsm_ecdh_req,1
|
|||
hsm_ecdh_req,0,point,33
|
||||
hsm_ecdh_resp,100
|
||||
hsm_ecdh_resp,0,ss,32
|
||||
|
||||
hsm_cannouncement_sig_req,2
|
||||
hsm_cannouncement_sig_req,0,bitcoin_id,struct pubkey
|
||||
hsm_cannouncement_sig_req,33,calen,u16
|
||||
hsm_cannouncement_sig_req,35,ca,calen
|
||||
|
||||
hsm_cannouncement_sig_reply,102
|
||||
hsm_cannouncement_sig_reply,0,node_signature,64
|
||||
|
|
Loading…
Add table
Reference in a new issue