mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
Update wire from spec 9a572ff0a3a4d6bceba9c0a9b859692180ecf18f
Only changes commit_sig to commitment_signed, which we don't implement yet anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -77,11 +77,11 @@ update_fail_malformed_htlc,0,channel-id,32
|
||||
update_fail_malformed_htlc,32,id,8
|
||||
update_fail_malformed_htlc,40,sha256-of-onion,32
|
||||
update_fail_malformed_htlc,72,failure-code,2
|
||||
commit_sig,132
|
||||
commit_sig,0,channel-id,32
|
||||
commit_sig,32,signature,64
|
||||
commit_sig,96,num-htlcs,2
|
||||
commit_sig,98,htlc-signature,num-htlcs*64
|
||||
commitment_signed,132
|
||||
commitment_signed,0,channel-id,32
|
||||
commitment_signed,32,signature,64
|
||||
commitment_signed,96,num-htlcs,2
|
||||
commitment_signed,98,htlc-signature,num-htlcs*64
|
||||
revoke_and_ack,133
|
||||
revoke_and_ack,0,channel-id,32
|
||||
revoke_and_ack,32,per-commitment-secret,32
|
||||
|
||||
Reference in New Issue
Block a user