Rename HTLC `input_idx` fields to `commitment_tx_output_idx`
authorMatt Corallo <git@bluematt.me>
Sun, 24 Apr 2022 20:30:50 +0000 (20:30 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 24 May 2022 22:11:50 +0000 (22:11 +0000)
commite4cc7db63e7ed17c9e48318ecb21f09aea43401a
treea4e23fb4e6f3ef8ba1943649c06393cfc02c7acf
parent75ca50f5c0834c01d84826b880f048ca031f08ce
Rename HTLC `input_idx` fields to `commitment_tx_output_idx`

Several fields used in tracking on-chain HTLC outputs were
named `input_idx` despite referring to the output index in the
commitment transaction. Here they are all renamed
`commitment_tx_output_idx` for clarity.
lightning/src/chain/channelmonitor.rs