chore: cargo fmt
This commit is contained in:
committed by
Michael Vines
parent
6514096a67
commit
789f33e8db
@ -448,8 +448,7 @@ impl LocalCluster {
|
||||
let (blockhash, _fee_calculator, _last_valid_slot) = client
|
||||
.get_recent_blockhash_with_commitment(CommitmentConfig::processed())
|
||||
.unwrap();
|
||||
let mut tx =
|
||||
system_transaction::transfer(source_keypair, dest_pubkey, lamports, blockhash);
|
||||
let mut tx = system_transaction::transfer(source_keypair, dest_pubkey, lamports, blockhash);
|
||||
info!(
|
||||
"executing transfer of {} from {} to {}",
|
||||
lamports,
|
||||
|
@ -2844,10 +2844,7 @@ fn test_hard_fork_invalidates_tower() {
|
||||
thread.join().unwrap();
|
||||
|
||||
// new slots should be rooted after hard-fork cluster relaunch
|
||||
cluster
|
||||
.lock()
|
||||
.unwrap()
|
||||
.check_for_new_roots(16, "hard fork");
|
||||
cluster.lock().unwrap().check_for_new_roots(16, "hard fork");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user