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 21, 2022
1 parent 22e4c6b commit ac63e3c
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 @@ -7189,7 +7189,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 ac63e3c

Please sign in to comment.