Add DisconnectPeer events
[rust-lightning] / src / lib.rs
index 3d2b94d8690080cccb9cfab489c49b3e58c92a05..c01321776e0ae043f7570a186e876ed305a2120c 100644 (file)
@@ -4,9 +4,7 @@ extern crate bitcoin;
 extern crate secp256k1;
 extern crate rand;
 extern crate crypto;
-extern crate num; //TODO: Convince andrew to not rely on this for fucking casting...
 
 pub mod chain;
-pub mod wallet;
 pub mod ln;
 pub mod util;