mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: add asset client to autoloop cfg
This commit is contained in:
parent
a10b483096
commit
6e49e3710c
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ func getLiquidityManager(client *loop.Client) *liquidity.Manager {
|
|||
ListLoopIn: client.Store.FetchLoopInSwaps,
|
||||
LoopInTerms: client.LoopInTerms,
|
||||
LoopOutTerms: client.LoopOutTerms,
|
||||
GetAssetPrice: client.AssetClient.GetAssetPrice,
|
||||
MinimumConfirmations: minConfTarget,
|
||||
PutLiquidityParams: client.Store.PutLiquidityParams,
|
||||
FetchLiquidityParams: client.Store.FetchLiquidityParams,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue