Drop error handling in `handle_new_monitor_update`
authorMatt Corallo <git@bluematt.me>
Sun, 10 Sep 2023 20:05:43 +0000 (20:05 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 21 Sep 2023 19:04:41 +0000 (19:04 +0000)
commit971f7a7e42652d5697d761df6650ae9e6dcaa5db
treef525b5a5af5090995ad7c9ada80ef013373b86e3
parent341163eeb599a8c5c79e06f0e6d6e8fb2a1e756d
Drop error handling in `handle_new_monitor_update`

Now that `handle_new_monitor_update` can no longer return an error,
it similarly no longer needs any code to handle errors. Here we
remove that code, substantially reducing macro variants.
lightning/src/ln/channelmanager.rs