Notes command

This commit is contained in:
Aditya Kulkarni
2019-09-09 10:29:51 -07:00
parent c4083a835f
commit 7b34d4fa7e
4 changed files with 47 additions and 10 deletions

View File

@@ -38,9 +38,6 @@ pub fn main() {
println!("Starting Light Client");
// At startup, read the wallet.dat
commands::do_user_command(&"read".to_string(), &mut lightclient);
// `()` can be used when no completer is required
let mut rl = Editor::<()>::new();
let _ = rl.load_history("history.txt");