Fix fee mismatch on snapshot deserialize (#12697)

Co-authored-by: Carl Lin <carl@solana.com>
This commit is contained in:
carllin
2020-10-08 23:44:41 -07:00
committed by GitHub
parent 81489ccb76
commit c879e7c1ad
9 changed files with 57 additions and 57 deletions

View File

@ -156,7 +156,7 @@ mod tests {
.get(&deserialized_bank.slot())
.unwrap()
.clone();
bank.compare_bank(&deserialized_bank);
assert!(*bank == deserialized_bank);
let slot_snapshot_paths = snapshot_utils::get_snapshot_paths(&snapshot_path);