Update C Lightning Modifications authored by Ken Sedgwick's avatar Ken Sedgwick
......@@ -7,9 +7,9 @@ hsmd_wire.csv:
- `hsmd_validate_revocation`
* We add fields to existing HSMD messages:
- `hsmd_sign_commitment_tx`, `hsmd_sign_remote_commitment_tx`:
- `commit_num`
- `simple_htlc` [vector]
- `feerate`
* `commit_num`
* `simple_htlc` [vector]
* `feerate`
The `simple_htlc` struct is:
```
struct simple_htlc {
......@@ -37,7 +37,6 @@ In all of the above cases we only care about the `index`, but we update the PSBT
* Added field to `openingd_wire.csv`:`openingd_got_offer`:
- `our_shutdown_wallet_index`
* Added field to `openingd_wire.csv`:`openingd_funder_start`:
- `upfront_shutdown_wallet_index`
\ No newline at end of file