Only serialize rooted append vecs (#7281)

This commit is contained in:
sakridge
2019-12-05 14:27:46 -08:00
committed by GitHub
parent 3799190fa0
commit cfc21e1225
4 changed files with 57 additions and 31 deletions

View File

@ -237,7 +237,7 @@ mod tests {
let key1 = Keypair::new().pubkey();
let tx = system_transaction::transfer(&mint_keypair, &key1, 1, genesis_config.hash());
assert_eq!(bank.process_transaction(&tx), Ok(()));
bank.freeze();
bank.squash();
bank_forks.insert(bank);
let package_sender = {