Only serialize rooted append vecs (#7281) (#7307)

automerge
This commit is contained in:
mergify[bot]
2019-12-05 15:02:56 -08:00
committed by Grimes
parent a2c4a70fbf
commit 5ce21827c8
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 = {