Skip to content

Commit

Permalink
fix: add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Jun 6, 2024
1 parent e78261c commit 7d4bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/pkg/store/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestStore(t *testing.T) {
}

for i := 6; i <= 10; i++ {
err := st.DeleteCommitmentByIndex(2, common.BigToHash(big.NewInt(int64(i))))
err := st.DeleteCommitmentByDigest(2, common.BigToHash(big.NewInt(int64(i))))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 7d4bb2c

Please sign in to comment.