Remove the concept of unfiltered networks

This commit is contained in:
nicolas.dorier
2020-07-30 11:36:02 +09:00
parent 26112a1ed6
commit 1fb75c908b
5 changed files with 8 additions and 7 deletions

View File

@@ -64,7 +64,6 @@ namespace BTCPayServer.Data
{
if (storeData == null)
throw new ArgumentNullException(nameof(storeData));
networks = networks.UnfilteredNetworks;
#pragma warning disable CS0618
bool btcReturned = false;