2019-09-30 10:32:43 +02:00
|
|
|
namespace BTCPayServer
|
|
|
|
{
|
|
|
|
public class MoneroLikeSpecificBtcPayNetwork : BTCPayNetworkBase
|
|
|
|
{
|
|
|
|
public int MaxTrackedConfirmation = 10;
|
2020-07-29 08:53:30 +02:00
|
|
|
public string UriScheme { get; set; }
|
2019-09-30 10:32:43 +02:00
|
|
|
}
|
|
|
|
}
|