Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Dec 3, 2023
1 parent 294d59a commit 780f799
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/blobstream/query/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,16 @@ func SignersRange() *cobra.Command {
}]++
} else {
// keep the same number of signatures the same but still have the value in the map
signersMap[validatorInfo{
val := signersMap[validatorInfo{
EvmAddress: sig.EvmAddress,
Moniker: sig.Moniker,
ValopAddress: sig.ValopAddress,
}] = signersMap[validatorInfo{
}]
signersMap[validatorInfo{
EvmAddress: sig.EvmAddress,
Moniker: sig.Moniker,
ValopAddress: sig.ValopAddress,
}]
}] = val
}
}
}
Expand Down

0 comments on commit 780f799

Please sign in to comment.