mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 11:07:26 +00:00 
			
		
		
		
	instantiate kava disk keeper before passing to community multi spend (#1153)
proposal handler in gov routing
This commit is contained in:
		
							parent
							
								
									9f73659274
								
							
						
					
					
						commit
						699dca8913
					
				
							
								
								
									
										19
									
								
								app/app.go
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								app/app.go
									
									
									
									
									
								
							@ -421,6 +421,16 @@ func NewApp(
 | 
			
		||||
		scopedIBCKeeper,
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
	app.kavadistKeeper = kavadistkeeper.NewKeeper(
 | 
			
		||||
		appCodec,
 | 
			
		||||
		keys[kavadisttypes.StoreKey],
 | 
			
		||||
		kavadistSubspace,
 | 
			
		||||
		app.bankKeeper,
 | 
			
		||||
		app.accountKeeper,
 | 
			
		||||
		app.distrKeeper,
 | 
			
		||||
		app.ModuleAccountAddrs(),
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
	govRouter := govtypes.NewRouter()
 | 
			
		||||
	govRouter.
 | 
			
		||||
		AddRoute(govtypes.RouterKey, govtypes.ProposalHandler).
 | 
			
		||||
@ -456,15 +466,6 @@ func NewApp(
 | 
			
		||||
	ibcRouter.AddRoute(ibctransfertypes.ModuleName, transferModule)
 | 
			
		||||
	app.ibcKeeper.SetRouter(ibcRouter)
 | 
			
		||||
 | 
			
		||||
	app.kavadistKeeper = kavadistkeeper.NewKeeper(
 | 
			
		||||
		appCodec,
 | 
			
		||||
		keys[kavadisttypes.StoreKey],
 | 
			
		||||
		kavadistSubspace,
 | 
			
		||||
		app.bankKeeper,
 | 
			
		||||
		app.accountKeeper,
 | 
			
		||||
		app.distrKeeper,
 | 
			
		||||
		app.ModuleAccountAddrs(),
 | 
			
		||||
	)
 | 
			
		||||
	app.auctionKeeper = auctionkeeper.NewKeeper(
 | 
			
		||||
		appCodec,
 | 
			
		||||
		keys[auctiontypes.StoreKey],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user