File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ func (app *KitoolsApp) ExportAppStateAndValidators(
4646
4747// prepare for fresh start at zero height 
4848// NOTE zero height genesis is a temporary feature which will be deprecated 
49- //      in favour of export at a block height 
49+ // 
50+ //	in favour of export at a block height 
5051func  (app  * KitoolsApp ) prepForZeroHeightGenesis (ctx  sdk.Context , jailAllowedAddrs  []string ) {
5152	applyAllowedAddrs  :=  false 
5253
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
7676	return  baseapp .SetInterBlockCache (store .NewCommitKVStoreCacheManager ())
7777}
7878
79- //// TODO: Make another test for the fuzzer itself, which just has noOp txs 
80- //// and doesn't depend on the application. 
79+ //  // TODO: Make another test for the fuzzer itself, which just has noOp txs 
80+ //  // and doesn't depend on the application. 
8181func  TestAppStateDeterminism (t  * testing.T ) {
8282	if  ! simapp .FlagEnabledValue  {
8383		t .Skip ("skipping application simulation" )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments