chore: remove unused json tags on swap struct

This commit is contained in:
im-adithya 2026-04-27 18:57:55 +05:30
parent f93f7e67a9
commit 156a859911

View file

@ -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 {