Drop uneccessary indirection in map-updating in 1107ab06c3
authorMatt Corallo <git@bluematt.me>
Fri, 17 Apr 2020 23:31:24 +0000 (19:31 -0400)
committerMatt Corallo <git@bluematt.me>
Sun, 19 Apr 2020 00:47:16 +0000 (20:47 -0400)
commite286afd0b07ee6e027a07ad9e097f6d4f5fee09b
tree63857a9727ea77c92c97c41873868d1caebae130
parentb9db2ec687b8c570ad9b8e938049c5b330433b68
Drop uneccessary indirection in map-updating in 1107ab06c3

1107ab06c33bd360bdee7ee64f4b690e753003f6 added a Vec of future
updates to apply during a loop, fixing a borrow checker issue that
didn't exist in the merged version of the patch. This simply reverts
that small part of the change.
lightning/src/ln/onchaintx.rs