Skip to content

Commit

Permalink
chore(cat-gateway): fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Nov 12, 2024
1 parent 47f5c1a commit 4c3ec7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Delete CIP-36 registration by Stake Addres.
-- Delete CIP-36 registration by Stake Address.
DELETE FROM cip36_registration_for_vote_key
WHERE vote_key = :vote_key
AND stake_address = :stake_address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Get all primary keys from CIP-36 registration by Stake Addres.
-- Get all primary keys from CIP-36 registration by Stake Address.
SELECT
vote_key,
stake_address,
Expand Down

0 comments on commit 4c3ec7e

Please sign in to comment.