Delete lots of fee parameters

So many zeros!
This commit is contained in:
Greg Fitzgerald
2019-03-29 17:29:20 -06:00
parent 7896e8288d
commit 5646daa820
14 changed files with 34 additions and 64 deletions

View File

@@ -329,7 +329,6 @@ impl LocalCluster {
&[from_account.as_ref()],
instructions,
client.get_recent_blockhash().unwrap(),
1,
);
client
@@ -347,7 +346,6 @@ impl LocalCluster {
&[vote_account],
vec![vote_instruction],
client.get_recent_blockhash().unwrap(),
1,
);
client