From 7d4bb2cf5a231e66f200bd3d3e583f8964fdd606 Mon Sep 17 00:00:00 2001 From: Alok Date: Thu, 6 Jun 2024 17:52:32 +0530 Subject: [PATCH] fix: add more logs --- p2p/pkg/store/store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/pkg/store/store_test.go b/p2p/pkg/store/store_test.go index 1b00ebefd..535ef3981 100644 --- a/p2p/pkg/store/store_test.go +++ b/p2p/pkg/store/store_test.go @@ -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) }