mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Fix Rates Test (Dash rate source switched to bitfinex) (#2324)
fixes #2323
This commit is contained in:
parent
7e714f1ef8
commit
808214f973
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace BTCPayServer
|
|||
DefaultRateRules = new[]
|
||||
{
|
||||
"DASH_X = DASH_BTC * BTC_X",
|
||||
"DASH_BTC = bittrex(DASH_BTC)"
|
||||
"DASH_BTC = bitfinex(DSH_BTC)"
|
||||
},
|
||||
CryptoImagePath = "imlegacy/dash.png",
|
||||
DefaultSettings = BTCPayDefaultSettings.GetDefaultSettings(NetworkType),
|
||||
|
|
Loading…
Add table
Reference in a new issue