Rename `short_to_id` map to `short_to_chan_info`
authorViktor Tigerström <11711198+ViktorTigerstrom@users.noreply.github.com>
Thu, 9 Jun 2022 23:06:42 +0000 (01:06 +0200)
committerViktor Tigerström <11711198+ViktorTigerstrom@users.noreply.github.com>
Thu, 7 Jul 2022 11:38:31 +0000 (13:38 +0200)
commit872c0378f7fae4fc5975a4d9e5bfaec0381a0c39
treed9382dca1801a0ede44bfad4636ebf82189ac42e
parent908e898dcd14a9cf9929c990dd7ea086cac8aa1d
Rename `short_to_id` map to `short_to_chan_info`

As the map values are no longer only `channel_id`s, but also a
`counterparty_node_id`s, the map is renamed to better correspond to
whats actually stored in the map.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/reorg_tests.rs