We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd8659 + 6bc6771 commit 5cae179Copy full SHA for 5cae179
backend/exchanges/btcdirect.go
@@ -80,7 +80,7 @@ func BtcDirectDeals() *ExchangeDealsList {
80
ExchangeName: BTCDirectName,
81
Deals: []*ExchangeDeal{
82
{
83
- Fee: 3, // 3%
+ Fee: 3.9, // 3.9%
84
Payment: CardPayment,
85
IsFast: true,
86
},
0 commit comments