Skip to content

Commit

Permalink
only READ BankIncrementalSnapshotPersistence in 1.11 (solana-labs#27345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Sep 13, 2022
1 parent 1587e64 commit 884ba62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/serde_snapshot/newer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ impl<'a> TypeContext<'a> for Context {
// Field that isn't part SerializableVersionedBank, but that we want to
// be able to store / read back on restart
lamports_per_signature,
// None::<BankIncrementalSnapshotPersistence>, this will be saved starting in 1.12
)
.serialize(serializer)
}
Expand Down

0 comments on commit 884ba62

Please sign in to comment.