Skip to content

Commit

Permalink
Fixing MONA_BTC rate breaking tests and CircleCI because zaif is down
Browse files Browse the repository at this point in the history
  • Loading branch information
luislng committed Nov 20, 2018
1 parent 1f06a5d commit b19c196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/BTCPayNetworkProvider.Monacoin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void InitMonacoin()
DefaultRateRules = new[]
{
"MONA_X = MONA_BTC * BTC_X",
"MONA_BTC = zaif(MONA_BTC)"
"MONA_BTC = bittrex(MONA_BTC)"
},
CryptoImagePath = "imlegacy/monacoin.png",
LightningImagePath = "imlegacy/mona-lightning.svg",
Expand Down

0 comments on commit b19c196

Please sign in to comment.