Configure golangci-lint and fix warnings
This commit is contained in:
parent
ecd1846975
commit
2e467b3d2e
20 changed files with 915 additions and 559 deletions
|
@ -16,6 +16,7 @@ func Process(response *datastructures.SignerResponse) (err error) {
|
|||
switch response.Action {
|
||||
case shared.ActionNul:
|
||||
logrus.Trace("received response for NUL request")
|
||||
|
||||
return
|
||||
default:
|
||||
return fmt.Errorf("unsupported action in response 0x%x", response.Action)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue