mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-12 18:44:22 +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:
committed by
Rusty Russell
parent
fc98d797d2
commit
b41c8e240a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user