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

This commit is contained in:
tutufen 2024-10-09 01:58:49 +08:00 committed by GitHub
parent 05fb492bd5
commit 325728a9fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()