mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: use aperture instead of local lsat library
Since the lsat code was copied over to aperture a while ago for other projects to use as well, we should migrate over to that shared code also. This will give us the recently added "remove token if payment failed and try again" feature for free along with some other small updates to the lsat package.
This commit is contained in:
parent
9fe7ab1a0d
commit
27fd6b3304
9 changed files with 41 additions and 10 deletions
|
|
@ -3,9 +3,9 @@ package loop
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/lightninglabs/aperture/lsat"
|
||||
"github.com/lightninglabs/lndclient"
|
||||
"github.com/lightninglabs/loop/loopdb"
|
||||
"github.com/lightninglabs/loop/lsat"
|
||||
)
|
||||
|
||||
// clientConfig contains config items for the swap client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue