Update comment (#11826) (#11827)

(cherry picked from commit dbd079f54c)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2020-08-25 14:48:00 +00:00
committed by GitHub
parent ad36ddedf1
commit c8e1fbd568

View File

@ -659,7 +659,8 @@ impl Bank {
bank.finish_init();
// Sanity assertions between bank snapshot and genesis config
// Consider removing from serializable bank state ([Ref]BankFields) and initializing
// Consider removing from serializable bank state
// (BankFieldsToSerialize/BankFieldsToDeserialize) and initializing
// from the passed in genesis_config instead (as new()/new_with_paths() already do)
assert_eq!(
bank.hashes_per_tick,