We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed51f5f commit ae44437Copy full SHA for ae44437
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