Fix Rates Test (Dash rate source switched to bitfinex) (#2324)

fixes #2323
This commit is contained in:
Andrew Camilleri 2021-03-02 03:13:05 +01:00 committed by GitHub
parent 7e714f1ef8
commit 808214f973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),