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:
Oliver Gugger 2021-04-28 09:56:15 +02:00
parent 9fe7ab1a0d
commit 27fd6b3304
No known key found for this signature in database
GPG key ID: 8E4256593F177720
9 changed files with 41 additions and 10 deletions

View file

@ -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.