Skip to content

Commit 5cae179

Browse files
authored
Merge branch 'btc-direct-fix-fee' into release-v4.47.0
2 parents 5bd8659 + 6bc6771 commit 5cae179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/exchanges/btcdirect.go

+1-1
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)