fixes to wallet based on testing, ensure details file is being written properly for file wallet (#1204)

This commit is contained in:
Yeastplume
2018-06-27 16:57:40 +01:00
committed by GitHub
parent ccf862f76b
commit 5ac61b0bc8
10 changed files with 108 additions and 45 deletions
+2
View File
@@ -739,4 +739,6 @@ fn wallet_command(wallet_args: &ArgMatches, global_config: GlobalConfig) {
}
});
}
// we need to give log output a chance to catch up before exiting
thread::sleep(Duration::from_millis(100));
}