mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
patch remove-timeout.patch
This commit is contained in:
@@ -139,15 +139,7 @@ message update_fulfill_htlc {
|
||||
required sha256_hash r = 2;
|
||||
}
|
||||
|
||||
// Remove my HTLC: it has timed out, before you got the R value.
|
||||
message update_timedout_htlc {
|
||||
// Hash for which I will supply preimage to revoke this commitment tx.
|
||||
required sha256_hash revocation_hash = 1;
|
||||
// Hash for HTLC R value.
|
||||
required sha256_hash r_hash = 2;
|
||||
}
|
||||
|
||||
// Remove your HTLC: routing has failed upstream or we didn't like it.
|
||||
// Remove your HTLC: routing has failed upstream, we didn't like it, or timeout.
|
||||
message update_fail_htlc {
|
||||
// Hash for which I will supply preimage to revoke this commitment tx.
|
||||
required sha256_hash revocation_hash = 1;
|
||||
@@ -219,7 +211,6 @@ message pkt {
|
||||
update_complete update_complete = 5;
|
||||
update_decline_htlc update_decline_htlc = 6;
|
||||
update_fulfill_htlc update_fulfill_htlc = 7;
|
||||
update_timedout_htlc update_timedout_htlc = 8;
|
||||
update_fail_htlc update_fail_htlc = 9;
|
||||
// Closing
|
||||
close_channel close = 30;
|
||||
|
||||
Reference in New Issue
Block a user