We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12df6c8 commit 30bf919Copy full SHA for 30bf919
loopd/utils.go
@@ -151,6 +151,7 @@ func getLiquidityManager(client *loop.Client) *liquidity.Manager {
151
ListLoopIn: client.Store.FetchLoopInSwaps,
152
LoopInTerms: client.LoopInTerms,
153
LoopOutTerms: client.LoopOutTerms,
154
+ GetAssetPrice: client.AssetClient.GetAssetPrice,
155
MinimumConfirmations: minConfTarget,
156
PutLiquidityParams: client.Store.PutLiquidityParams,
157
FetchLiquidityParams: client.Store.FetchLiquidityParams,
0 commit comments