Update C Lightning Modifications authored by Ken Sedgwick's avatar Ken Sedgwick
......@@ -24,7 +24,7 @@ struct simple_htlc {
};
```
* We add wallet index metadata to existing messages (fill in existing PSBT fields):
- Added fields to [`channeld_wire.csv`:`channeld_init`:] (https://github.com/ElementsProject/lightning/pull/4993) **merged**
- Added fields to [`channeld_wire.csv`:`channeld_init`](https://github.com/ElementsProject/lightning/pull/4993) **merged**
* `final_index`
* `final_ext_key`
- Added fields to [`channeld_wire.csv`:`channeld_send_shutdown`:](https://github.com/ElementsProject/lightning/pull/4993) **merged**
......
......