Reverted Dash_btc rule parsing check on request

This commit is contained in:
Benjamin Nitschke
2018-07-28 16:11:02 +02:00
parent 26e7de534b
commit 16f5def245

View File

@@ -18,7 +18,6 @@ namespace BTCPayServer.Tests
builder.AppendLine("// Some cool comments");
builder.AppendLine("DOGE_X = DOGE_BTC * BTC_X * 1.1");
builder.AppendLine("DOGE_BTC = Bittrex(DOGE_BTC)");
builder.AppendLine("DASH_BTC = Bittrex(DASH_BTC)");
builder.AppendLine("// Some other cool comments");
builder.AppendLine("BTC_usd = GDax(BTC_USD)");
builder.AppendLine("BTC_X = Coinbase(BTC_X);");
@@ -30,7 +29,6 @@ namespace BTCPayServer.Tests
"// Some cool comments\n" +
"DOGE_X = DOGE_BTC * BTC_X * 1.1;\n" +
"DOGE_BTC = bittrex(DOGE_BTC);\n" +
"DASH_BTC = bittrex(DASH_BTC);\n" +
"// Some other cool comments\n" +
"BTC_USD = gdax(BTC_USD);\n" +
"BTC_X = coinbase(BTC_X);\n" +