loopdb: remove unused method ConfirmBatch

This commit is contained in:
Boris Nagaev 2025-06-12 13:29:48 -03:00
parent 72caafa14e
commit 1794aa21e5
No known key found for this signature in database
6 changed files with 0 additions and 50 deletions

View file

@ -37,14 +37,6 @@ UPDATE sweep_batches SET
last_rbf_sat_per_kw = $6
WHERE id = $1;
-- name: ConfirmBatch :exec
UPDATE
sweep_batches
SET
confirmed = TRUE
WHERE
id = $1;
-- name: UpsertSweep :exec
INSERT INTO sweeps (
swap_hash,