Skip to content

Commit 6bc6771

Browse files
committed
backend: fix btc direct credit card fee
1 parent 5bd8659 commit 6bc6771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/exchanges/btcdirect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func BtcDirectDeals() *ExchangeDealsList {
8080
ExchangeName: BTCDirectName,
8181
Deals: []*ExchangeDeal{
8282
{
83-
Fee: 3, // 3%
83+
Fee: 3.9, // 3.9%
8484
Payment: CardPayment,
8585
IsFast: true,
8686
},

0 commit comments

Comments
 (0)