This commit is contained in:
Igor Mandrigin 2020-09-11 18:15:33 +02:00
parent 49d84c33b9
commit 997b995191

View File

@ -354,7 +354,7 @@ func (api *SignerAPI) startUSBListener() {
copy(nextPath[:], base[:])
for i := 0; i < numToDerive; i++ {
acc, err := event.Wallet.Derive(nextPath, true)
acc, err := event.Wallet.Derive(nextPath, true) //nolint:scopelint
if err != nil {
log.Warn("Account derivation failed", "error", err)
} else {