Skip to content

Commit

Permalink
feat: enable discountct in gdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Feb 10, 2025
1 parent 2082e4b commit 37c5871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/onchain/wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ func (wallet *Wallet) Connect() error {
}

params := map[string]any{
"gap_limit": GapLimit,
"gap_limit": GapLimit,
"discount_fees": true,
}
var electrum onchain.ElectrumOptions
if wallet.Currency == boltz.CurrencyBtc {
Expand Down

0 comments on commit 37c5871

Please sign in to comment.