mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
[Feature] Can configure fallback rates
This commit is contained in:
@@ -876,7 +876,7 @@ namespace BTCPayServer.Controllers
|
||||
throw new Exception("Store not found");
|
||||
var storeData = store.GetStoreBlob();
|
||||
var rateRules = storeData.GetRateRules(_defaultRules);
|
||||
rateRules.Spread = 0.0m;
|
||||
storeData.Spread = 0.0m;
|
||||
var currencyPair = new CurrencyPair(walletId.CryptoCode, storeData.DefaultCurrency);
|
||||
|
||||
using CancellationTokenSource cts = new();
|
||||
|
||||
Reference in New Issue
Block a user