Fixing payment in different crypto

This commit is contained in:
nicolas.dorier
2018-01-10 18:30:45 +09:00
parent de6f0008a6
commit cb4468d3b3
11 changed files with 155 additions and 75 deletions

View File

@@ -34,6 +34,8 @@ namespace BTCPayServer
public ExplorerClient GetExplorerClient(BTCPayNetwork network)
{
if (network == null)
throw new ArgumentNullException(nameof(network));
return GetExplorerClient(network.CryptoCode);
}