mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -103,7 +103,7 @@ func (f *FeeService) Start() error {
|
||||
}
|
||||
|
||||
// handleRequest handles a client request for fee estimates.
|
||||
func (f *FeeService) handleRequest(w http.ResponseWriter, r *http.Request) {
|
||||
func (f *FeeService) handleRequest(w http.ResponseWriter, _ *http.Request) {
|
||||
f.lock.Lock()
|
||||
defer f.lock.Unlock()
|
||||
|
||||
|
Reference in New Issue
Block a user