File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments