mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
linters3
This commit is contained in:
parent
49d84c33b9
commit
997b995191
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user