signer: remove useless errorWrapper (#17003)
This commit is contained in:
		
							parent
							
								
									28aca90716
								
							
						
					
					
						commit
						f1986f86f2
					
				@ -189,15 +189,6 @@ type (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
var ErrRequestDenied = errors.New("Request denied")
 | 
					var ErrRequestDenied = errors.New("Request denied")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type errorWrapper struct {
 | 
					 | 
				
			||||||
	msg string
 | 
					 | 
				
			||||||
	err error
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
func (ew errorWrapper) String() string {
 | 
					 | 
				
			||||||
	return fmt.Sprintf("%s\n%s", ew.msg, ew.err)
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// NewSignerAPI creates a new API that can be used for Account management.
 | 
					// NewSignerAPI creates a new API that can be used for Account management.
 | 
				
			||||||
// ksLocation specifies the directory where to store the password protected private
 | 
					// ksLocation specifies the directory where to store the password protected private
 | 
				
			||||||
// key that is generated when a new Account is created.
 | 
					// key that is generated when a new Account is created.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user