Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 405ceb6

Browse files
committed
Fix error in Schema family docs
Update portion of Grid Schema transaction family docs to reflect the correct hash algorithm for addressing. This makes this section accurate and consistent with the rest of the doc. Signed-off-by: Davey Newhall <[email protected]>
1 parent e9f7bb8 commit 405ceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/transaction_family_specifications/grid_schema_family_specification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Addressing
481481

482482
Grid Schemas are stored under the Grid namespace ``621dee``. For each schemas,
483483
the address is formed by concatenating the namespace, the special policy
484-
namespace of ``01``, and the first 62 characters of the SHA-256 hash of the
484+
namespace of ``01``, and the first 62 characters of the SHA-512 hash of the
485485
schema name.
486486

487487
For example, the address of the ``Lightbulb`` schema defined in the example

0 commit comments

Comments
 (0)