docs: update missing wrong cometbft prefixdb links (#22173)

This commit is contained in:
tutufen
2024-10-08 17:58:49 +00:00
committed by GitHub
parent 05fb492bd5
commit 325728a9fd
+1 -1
View File
@@ -237,7 +237,7 @@ func TestPrefixStoreReverseIteratorEdgeCase(t *testing.T) {
iter.Close()
}
// Tests below are ported from https://github.com/cometbft/cometbft/blob/master/libs/db/prefix_db_test.go
// Tests below are ported from https://github.com/cometbft/cometbft-db/blob/v1.0.1/prefixdb_test.go
func mockStoreWithStuff() types.KVStore {
db := coretesting.NewMemDB()