Purge Default::default()

This commit is contained in:
Michael Vines
2019-02-09 09:20:43 -08:00
committed by Grimes
parent a6aaca814c
commit da5b777ee7
16 changed files with 49 additions and 50 deletions

View File

@ -342,7 +342,7 @@ pub fn fund_keys(client: &mut ThinClient, source: &Keypair, dests: &[Keypair], t
.map(|(k, m)| {
(
k.clone(),
SystemTransaction::new_move_many(k, &m, Default::default(), 0),
SystemTransaction::new_move_many(k, &m, Hash::default(), 0),
)
})
.collect();