rust-lightning/lightning
Matt Corallo 0d77e7ce86 Three small fixes to work around our bindings generator limitations
* Return Self instead of the fully-written types for constructors,
 * Place definitions before use (in this case for KeysInterface),
 * Don't import foo::bar::self, but import foo::bar

 + a spelling fix in the KeysInterface docs for get_onion_rand.
2020-05-22 14:28:56 -04:00
..
src Three small fixes to work around our bindings generator limitations 2020-05-22 14:28:56 -04:00
Cargo.toml Remove non-bitcoin chain helpers 2020-05-12 09:27:11 -04:00