Reorder struct definitions so that they are in dependency order.
authorMatt Corallo <git@bluematt.me>
Thu, 11 Jun 2020 19:34:28 +0000 (15:34 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 25 Aug 2020 21:09:02 +0000 (17:09 -0400)
commit4441a06dee6967fd9667f8d07a666b3ed7ed1a3a
tree179087119fd2cf13717b9ba8f40db7c9b9361138
parent501974db6d8c89df26e4265dbd9317a1f0d8383d
Reorder struct definitions so that they are in dependency order.

There are a few cases where the upcoming C bindings don't know how
to handle something which depends on something defined later in the
file. Instead of adding another pass to the C bindings generator,
it is much simpler to just reorder structs.
lightning/src/routing/network_graph.rs
lightning/src/util/config.rs