/tmp/farf no good on multi-user machine

This commit is contained in:
Rob Walker
2018-08-06 13:28:48 -07:00
committed by Grimes
parent 8cbaa19d2e
commit 3beb38ac8a
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ fn converge(leader: &NodeInfo, num_nodes: usize) -> Vec<NodeInfo> {
fn tmp_ledger_path(name: &str) -> String {
let keypair = KeyPair::new();
format!("/tmp/farf/{}-{}", name, keypair.pubkey())
format!("/tmp/tmp-ledger-{}-{}", name, keypair.pubkey())
}
fn genesis(name: &str, num: i64) -> (Mint, String) {