loopdb: staticaddr fast flag migration and queries

This commit is contained in:
Slyghtning 2025-10-01 08:41:33 +02:00
parent 83c86661d3
commit 92a8726e07
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
5 changed files with 21 additions and 6 deletions

View file

@ -9,7 +9,8 @@ INSERT INTO static_address_swaps (
selected_amount,
htlc_tx_fee_rate_sat_kw,
htlc_timeout_sweep_tx_id,
htlc_timeout_sweep_address
htlc_timeout_sweep_address,
fast
) VALUES (
$1,
$2,
@ -20,7 +21,8 @@ INSERT INTO static_address_swaps (
$7,
$8,
$9,
$10
$10,
$11
);
-- name: UpdateStaticAddressLoopIn :exec