Unused parameter should be replaced by underscore (#9632)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
This commit is contained in:
deepsource-autofix[bot]
2021-09-20 20:51:59 +00:00
committed by GitHub
parent 728c77cc0c
commit 531f05d30d
31 changed files with 245 additions and 245 deletions

View File

@@ -108,7 +108,7 @@ func TestSigningRoot_ComputeForkDigest(t *testing.T) {
}
}
func TestFuzzverifySigningRoot_10000(t *testing.T) {
func TestFuzzverifySigningRoot_10000(_ *testing.T) {
fuzzer := fuzz.NewWithSeed(0)
state := &ethpb.BeaconState{}
pubkey := [48]byte{}