mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopdb: staticaddr fast flag migration and queries
This commit is contained in:
parent
83c86661d3
commit
92a8726e07
5 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue