Skip to content

Commit b959078

Browse files
committed
f store accountable as bool in OutboundHTLCOutput
1 parent 85135b5 commit b959078

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17730,6 +17730,7 @@ mod tests {
1773017730
blinding_point: None,
1773117731
send_timestamp: None,
1773217732
hold_htlc: None,
17733+
accountable: false,
1773317734
}),
1773417735
);
1773517736

@@ -17906,6 +17907,7 @@ mod tests {
1790617907
blinding_point: None,
1790717908
send_timestamp: None,
1790817909
hold_htlc: None,
17910+
accountable: false,
1790917911
},
1791017912
),
1791117913
);
@@ -17943,6 +17945,7 @@ mod tests {
1794317945
blinding_point: None,
1794417946
send_timestamp: None,
1794517947
hold_htlc: None,
17948+
accountable: false,
1794617949
},
1794717950
),
1794817951
);
@@ -17980,6 +17983,7 @@ mod tests {
1798017983
blinding_point: None,
1798117984
send_timestamp: None,
1798217985
hold_htlc: None,
17986+
accountable: false,
1798317987
},
1798417988
),
1798517989
);

0 commit comments

Comments
 (0)