mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 08:44:28 +00:00
sharding: fixed lint
Former-commit-id: 413ad02b5004698771b67dfea296f1252b29c2e3 [formerly 978dcf9bbac9aabfb1decf48e5dd9af1c5b13ade] Former-commit-id: 99c1b8b1a8dc308ebd834f18f04ea88861d8d17f
This commit is contained in:
parent
8b5cafd7a6
commit
37889c476a
@ -771,7 +771,7 @@ func TestSubmitVote(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("Check notary's vote failed: %v", err)
|
||||
}
|
||||
if v == false {
|
||||
if !v {
|
||||
t.Errorf("Notary's indexd bit did not cast to 1 in index %v", index0)
|
||||
}
|
||||
c, err = smc.GetVoteCount(&bind.CallOpts{}, shard0)
|
||||
|
Loading…
Reference in New Issue
Block a user