Drop rust-crypto trait usage
[rust-lightning] / src / ln / channelmanager.rs
index ae931538de82028cfb5003ed9b33d243374497e6..e7214427cd3448a8b28a895342fa4b8c59ec8317 100644 (file)
@@ -40,7 +40,6 @@ use util::errors::APIError;
 use util::errors;
 
 use crypto;
-use crypto::symmetriccipher::SynchronousStreamCipher;
 
 use std::{cmp, ptr, mem};
 use std::collections::{HashMap, hash_map, HashSet};