Update comment (#11826)

This commit is contained in:
Ryo Onodera 2020-08-25 22:36:11 +09:00 committed by GitHub
parent 72fa1d29a9
commit dbd079f54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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,