looprpc: rename assetamt to max amt

This commit is contained in:
sputn1ck 2025-01-22 09:59:03 +01:00
parent 9d49804429
commit fddad8a964
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
7 changed files with 300 additions and 295 deletions

View file

@ -224,16 +224,16 @@ type LoopOutRfq struct {
// PrepayRfqId is the ID of the prepay RFQ.
PrepayRfqId []byte
// PrepayAssetAmt is the amount of the asset that will be used to pay
// for the prepay invoice.
PrepayAssetAmt uint64
// MaxPrepayAssetAmt is the maximum amount of the asset that will be
// used to pay for the prepay invoice.
MaxPrepayAssetAmt uint64
// SwapRfqId is the ID of the swap RFQ.
SwapRfqId []byte
// SwapAssetAmt is the amount of the asset that will be used to pay for
// the swap invoice.
SwapAssetAmt uint64
// MaxSwapAssetAmt is the maximum amount of the asset that will be used
// to pay for the swap invoice.
MaxSwapAssetAmt uint64
// AssetName is the human readable name of the asset.
AssetName string