mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: rename assetamt to max amt
This commit is contained in:
parent
9d49804429
commit
fddad8a964
7 changed files with 300 additions and 295 deletions
|
|
@ -802,11 +802,11 @@ func (s *swapClientServer) LoopOutQuote(ctx context.Context,
|
|||
|
||||
if quote.LoopOutRfq != nil {
|
||||
response.AssetRfqInfo = &looprpc.AssetRfqInfo{
|
||||
PrepayRfqId: quote.LoopOutRfq.PrepayRfqId,
|
||||
PrepayAssetAmt: quote.LoopOutRfq.PrepayAssetAmt,
|
||||
SwapRfqId: quote.LoopOutRfq.SwapRfqId,
|
||||
SwapAssetAmt: quote.LoopOutRfq.SwapAssetAmt,
|
||||
AssetName: quote.LoopOutRfq.AssetName,
|
||||
PrepayRfqId: quote.LoopOutRfq.PrepayRfqId,
|
||||
MaxPrepayAssetAmt: quote.LoopOutRfq.MaxPrepayAssetAmt,
|
||||
SwapRfqId: quote.LoopOutRfq.SwapRfqId,
|
||||
MaxSwapAssetAmt: quote.LoopOutRfq.MaxSwapAssetAmt,
|
||||
AssetName: quote.LoopOutRfq.AssetName,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue