This commit is contained in:
Pankaj Garg 2019-02-19 15:58:31 -08:00 committed by Greg Fitzgerald
parent a27cdf55e7
commit 2e75ff27ac
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ mod tests {
let pay_alice = vec![tx1];
let lock_result = bank.lock_accounts(&pay_alice);
let (results_alice, fee) =
let (results_alice, _fee) =
bank.load_execute_and_commit_transactions(&pay_alice, lock_result, MAX_ENTRY_IDS);
assert_eq!(results_alice[0], Ok(()));