Skip to content

Commit 7614212

Browse files
committed
docs(v3): keep the v2 source path in the ore_block_256 SEM comment
The repo-wide rename sed over-rewrote a doc-comment reference to the v2 source file (src/ore_block_u64_8_256/functions.sql) that this v3 jsonb-only fork is a subset of. Restore the real v2 path (the v2 SEM dir keeps its name).
1 parent 55d93c5 commit 7614212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v3/sem/ore_block_256/functions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--! @file v3/sem/ore_block_256/functions.sql
77
--! @brief ORE block construction, extraction, and comparison (eql_v3 SEM).
88
--!
9-
--! jsonb-only subset of src/ore_block_256/functions.sql. The
9+
--! jsonb-only subset of src/ore_block_u64_8_256/functions.sql. The
1010
--! encrypted-column overloads are omitted; the helper jsonb_array_to_bytea_array
1111
--! and pgcrypto encrypt() are reached via the forked src/v3/common.sql and
1212
--! src/v3/crypto.sql so the whole closure stays under src/v3. (Doc comments

0 commit comments

Comments
 (0)