From 447e1db4279756108ba090f452adc0f5fbc70e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rosales?= Date: Tue, 12 Nov 2024 10:51:08 -0600 Subject: [PATCH] chore(cat-gateway): fix spelling --- catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs b/catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs index 53c6ca47894..dcb842ac4a5 100644 --- a/catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs +++ b/catalyst-gateway/bin/src/db/index/queries/purge/txo_ada.rs @@ -100,7 +100,7 @@ impl PrimaryKeyQuery { /// Delete TXO by Stake Address const DELETE_QUERY: &str = include_str!("./cql/delete_txo_by_stake_address.cql"); -/// Delet;e TXO by Stake Address Query +/// Delete TXO by Stake Address Query pub(crate) struct DeleteQuery; impl DeleteQuery {