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
12
interface.go
12
interface.go
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue