mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 06:48:03 +00:00 
			
		
		
		
	remove missed shutdown module references
This commit is contained in:
		
							parent
							
								
									7407a38adb
								
							
						
					
					
						commit
						5dcbe73c62
					
				@ -101,6 +101,5 @@ type (
 | 
			
		||||
	QueryCommitteeParams    = types.QueryCommitteeParams
 | 
			
		||||
	QueryProposalParams     = types.QueryProposalParams
 | 
			
		||||
	QueryVoteParams         = types.QueryVoteParams
 | 
			
		||||
	ShutdownPermission      = types.ShutdownPermission
 | 
			
		||||
	Vote                    = types.Vote
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
@ -43,7 +43,6 @@ func RegisterAppCodec(cdc *codec.Codec) {
 | 
			
		||||
	cdc.RegisterInterface((*Permission)(nil), nil)
 | 
			
		||||
	cdc.RegisterConcrete(GodPermission{}, "kava/GodPermission", nil)
 | 
			
		||||
	cdc.RegisterConcrete(ParamChangePermission{}, "kava/ParamChangePermission", nil)
 | 
			
		||||
	cdc.RegisterConcrete(ShutdownPermission{}, "kava/ShutdownPermission", nil)
 | 
			
		||||
 | 
			
		||||
	// Msgs
 | 
			
		||||
	cdc.RegisterConcrete(MsgSubmitProposal{}, "kava/MsgSubmitProposal", nil)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user