Test Wallet Receive, Send with NBX, Coin selection

This commit is contained in:
nicolas.dorier
2020-03-23 15:46:54 +09:00
parent 40953ef2c6
commit 805e1f53b3
6 changed files with 87 additions and 30 deletions

View File

@@ -67,6 +67,8 @@ namespace BTCPayServer.Data
public static IEnumerable<ISupportedPaymentMethod> GetSupportedPaymentMethods(this StoreData storeData, BTCPayNetworkProvider networks)
{
if (storeData == null)
throw new ArgumentNullException(nameof(storeData));
networks = networks.UnfilteredNetworks;
#pragma warning disable CS0618
bool btcReturned = false;