Skip to content
Update C Lightning Modifications authored by Ken Sedgwick's avatar Ken Sedgwick
...@@ -10,6 +10,7 @@ hsmd_wire.csv: ...@@ -10,6 +10,7 @@ hsmd_wire.csv:
* `commit_num` * `commit_num`
* `simple_htlc` [vector] * `simple_htlc` [vector]
* `feerate` * `feerate`
The `simple_htlc` struct is: The `simple_htlc` struct is:
``` ```
struct simple_htlc { struct simple_htlc {
... ...
......