mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Delete unused param (#935)
This commit is contained in:
		
							parent
							
								
									af99fa4f6b
								
							
						
					
					
						commit
						486ffebedd
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -86,7 +86,7 @@ func (a *AdminSocket) Init(c *core.Core, nc *config.NodeConfig, log *log.Logger,
 | 
			
		|||
	return a.core.SetAdmin(a)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (a *AdminSocket) SetupAdminHandlers(na *AdminSocket) {
 | 
			
		||||
func (a *AdminSocket) SetupAdminHandlers() {
 | 
			
		||||
	_ = a.AddHandler("getSelf", []string{}, func(in json.RawMessage) (interface{}, error) {
 | 
			
		||||
		req := &GetSelfRequest{}
 | 
			
		||||
		res := &GetSelfResponse{}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue