Fix local cluster test, check for accounts hash (#8411)
This commit is contained in:
		@@ -70,7 +70,10 @@ pub fn load(
 | 
			
		||||
            )
 | 
			
		||||
            .expect("Load from snapshot failed");
 | 
			
		||||
 | 
			
		||||
            let snapshot_hash = (deserialized_bank.slot(), deserialized_bank.hash());
 | 
			
		||||
            let snapshot_hash = (
 | 
			
		||||
                deserialized_bank.slot(),
 | 
			
		||||
                deserialized_bank.get_accounts_hash(),
 | 
			
		||||
            );
 | 
			
		||||
            return to_loadresult(
 | 
			
		||||
                blockstore_processor::process_blockstore_from_root(
 | 
			
		||||
                    genesis_config,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user