Skip to content

Commit

Permalink
fix ignore_mismatch compiler complain
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzhu70 committed Nov 19, 2022
1 parent 51913e4 commit 9df0000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7147,7 +7147,7 @@ impl Bank {
let mut verify_time = Measure::start("verify_bank_hash");
let verify = self.verify_bank_hash(VerifyBankHash {
test_hash_calculation,
ignore_mismatch: ignore_mismatch,
ignore_mismatch,
require_rooted_bank: false,
run_in_background: true,
store_hash_raw_data_for_debug: false,
Expand Down

0 comments on commit 9df0000

Please sign in to comment.