mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: remove unused json tags on swap struct
This commit is contained in:
parent
f93f7e67a9
commit
156a859911
1 changed files with 5 additions and 5 deletions
|
|
@ -93,11 +93,11 @@ type MempoolTx struct {
|
|||
}
|
||||
|
||||
type SwapInfo struct {
|
||||
AlbyServiceFee float64 `json:"albyServiceFee"`
|
||||
BoltzServiceFee float64 `json:"boltzServiceFee"`
|
||||
BoltzNetworkFeeSat uint64 `json:"boltzNetworkFeeSat"`
|
||||
MinAmountSat uint64 `json:"minAmountSat"`
|
||||
MaxAmountSat uint64 `json:"maxAmountSat"`
|
||||
AlbyServiceFee float64
|
||||
BoltzServiceFee float64
|
||||
BoltzNetworkFeeSat uint64
|
||||
MinAmountSat uint64
|
||||
MaxAmountSat uint64
|
||||
}
|
||||
|
||||
type SwapResponse struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue