Pin tokio dependencies

This commit is contained in:
Aditya Kulkarni
2019-10-22 07:42:43 -07:00
parent f058e0d3d2
commit 9324f7f097
4 changed files with 14 additions and 7 deletions

View File

@@ -317,6 +317,7 @@ fn attempt_recover_seed() {
consensus_branch_id: "000000".to_string(),
anchor_offset: 0,
no_cert_verification: false,
data_dir: None,
};
let mut reader = BufReader::new(File::open(config.get_wallet_path()).unwrap());