Update C Lightning Modifications authored by Ken Sedgwick's avatar Ken Sedgwick
...@@ -32,12 +32,10 @@ struct simple_htlc { ...@@ -32,12 +32,10 @@ struct simple_htlc {
- Added fields to `closingd_wire.csv`:`closingd_init`: - Added fields to `closingd_wire.csv`:`closingd_init`:
* `local_wallet_index` * `local_wallet_index`
* `local_wallet_ext_key` * `local_wallet_ext_key`
<br>
In all of the above cases we only care about the `index`, but we update the PSBT sent to the signer and `ext_key` completes the PSBT element. In all of the above cases we only care about the `index`, but we update the PSBT sent to the signer and `ext_key` completes the PSBT element.
* Added field to `openingd_wire.csv`:`openingd_got_offer`: * Added field to `openingd_wire.csv`:`openingd_got_offer`:
- `our_shutdown_wallet_index` - `our_shutdown_wallet_index`
<br>
* Added field to `openingd_wire.csv`:`openingd_funder_start`: * Added field to `openingd_wire.csv`:`openingd_funder_start`:
- `upfront_shutdown_wallet_index` - `upfront_shutdown_wallet_index`
<br>
\ No newline at end of file