Skip to content

Commit 8fa0567

Browse files
remove unused var
1 parent 20c5169 commit 8fa0567

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bridgesync/processor_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,6 @@ func TestGetClaimsByGlobalIndex_Compact(t *testing.T) {
23582358
oldProof := types.Proof{}
23592359
oldProof[0] = common.HexToHash("0x01")
23602360

2361-
newProof := types.Proof{}
2362-
newProof[0] = common.HexToHash("0x02")
2363-
23642361
testCases := []struct {
23652362
name string
23662363
globalIndex *big.Int

0 commit comments

Comments
 (0)