Refer to generic types by importing them instead of a super-mod.
authorMatt Corallo <git@bluematt.me>
Sun, 31 May 2020 03:20:17 +0000 (23:20 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 25 Aug 2020 21:09:50 +0000 (17:09 -0400)
commitbce202536d0de69cc12b833fa9c7bc9cbba94b93
treef31d205f4b669b249cc3ad02484a17b2665d5387
parenta05b3fa8974c80a4959179346b55c254ddf509b8
Refer to generic types by importing them instead of a super-mod.

This avoids one case the bindings generation hasn't bothered to
handle by simply importing types that are referred to.
lightning/src/chain/keysinterface.rs
lightning/src/ln/chan_utils.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/channelmonitor.rs
lightning/src/routing/network_graph.rs