Fix fee mismatch on snapshot deserialize (#12697) (#12754)

Co-authored-by: Carl Lin <carl@solana.com>
(cherry picked from commit c879e7c1ad)

Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-09 20:21:50 +00:00
committed by GitHub
parent 4b9f2e987a
commit 9188153b7d
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);