mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Change default speed to medium
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
<Version>1.0.1.9</Version>
|
<Version>1.0.1.10</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Remove="Build\dockerfiles\**" />
|
<Compile Remove="Build\dockerfiles\**" />
|
||||||
|
|||||||
@@ -68,7 +68,8 @@ namespace BTCPayServer.Services.Stores
|
|||||||
StoreData store = new StoreData
|
StoreData store = new StoreData
|
||||||
{
|
{
|
||||||
Id = Encoders.Base58.EncodeData(RandomUtils.GetBytes(32)),
|
Id = Encoders.Base58.EncodeData(RandomUtils.GetBytes(32)),
|
||||||
StoreName = name
|
StoreName = name,
|
||||||
|
SpeedPolicy = Invoices.SpeedPolicy.MediumSpeed
|
||||||
};
|
};
|
||||||
var userStore = new UserStore
|
var userStore = new UserStore
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user