btcpayserver/BTCPayServer.Common/Altcoins/Monero/MoneroLikeSpecificBtcPayNetwork.cs
2020-07-29 09:31:47 +02:00

8 lines
202 B
C#

namespace BTCPayServer
{
public class MoneroLikeSpecificBtcPayNetwork : BTCPayNetworkBase
{
public int MaxTrackedConfirmation = 10;
public string UriScheme { get; set; }
}
}