Save a call to nbxplorer.GetStatus, update NBXplorer

This commit is contained in:
nicolas.dorier
2018-03-02 14:03:18 -05:00
parent e19d730fb7
commit 339cedadf7
4 changed files with 14 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ namespace BTCPayServer
public bool IsAvailable(string cryptoCode)
{
return _Clients.ContainsKey(cryptoCode) && _Dashboard.IsFullySynched(cryptoCode);
return _Clients.ContainsKey(cryptoCode) && _Dashboard.IsFullySynched(cryptoCode, out var unused);
}
public BTCPayNetwork GetNetwork(string cryptoCode)