mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopdb: remove unused method ConfirmBatch
This commit is contained in:
parent
72caafa14e
commit
1794aa21e5
6 changed files with 0 additions and 50 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue