Moving Monero classes into BTCPayServer.Common

This commit is contained in:
nicolas.dorier 2019-09-30 17:58:41 +09:00
parent 3a0328d0be
commit fd78d02576
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
23 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace BTCPayServer.Shitcoins.Monero.RPC
return response.Result;
}
internal class NoRequestModel
public class NoRequestModel
{
public static NoRequestModel Instance = new NoRequestModel();
}