remove default rate rule for sats

This commit is contained in:
Kukks 2020-01-12 13:53:48 +01:00
parent a78dff5931
commit f5cbf6672a

View file

@ -21,11 +21,6 @@ namespace BTCPayServer
UriScheme = "bitcoin",
CryptoImagePath = "imlegacy/bitcoin.svg",
LightningImagePath = "imlegacy/bitcoin-lightning.svg",
DefaultRateRules = new[]
{
"SATS_X = SATS_BTC * BTC_X",
"SATS_BTC = 0.00000001"
},
DefaultSettings = BTCPayDefaultSettings.GetDefaultSettings(NetworkType),
CoinType = NetworkType == NetworkType.Mainnet ? new KeyPath("0'") : new KeyPath("1'"),
SupportRBF = true,