Skip to content

Commit

Permalink
wip: fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Sep 24, 2024
1 parent 8cf87df commit a1675bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS rbac509_registration (
chain_root blob, -- 32 Bytes of Chain Root.
transaction_id blob, -- 32 Bytes of Transaction Hash.
purpose blob, -- 16 Bytes of UUIDv4 Purpose.
slot_no varint, -- slot number when the key_was_registered/re-registered.
slot_no varint, -- slot number when the key_was_registered.
txn smallint, -- Index of the TX which holds the registration data.

-- Non-Key Data
Expand Down

0 comments on commit a1675bb

Please sign in to comment.