From 49cf804914479e5d13346590ebdec32b618d35fb Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 13 Mar 2018 15:39:52 +0900 Subject: [PATCH] bump --- BTCPayServer/BTCPayServer.csproj | 2 +- BTCPayServer/Services/Wallets/BTCPayWallet.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 00d5d7664..d55fca956 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.0 - 1.0.1.46 + 1.0.1.47 NU1701,CA1816,CA1308,CA1810,CA2208 diff --git a/BTCPayServer/Services/Wallets/BTCPayWallet.cs b/BTCPayServer/Services/Wallets/BTCPayWallet.cs index fe807afd7..af8cfd749 100644 --- a/BTCPayServer/Services/Wallets/BTCPayWallet.cs +++ b/BTCPayServer/Services/Wallets/BTCPayWallet.cs @@ -137,6 +137,7 @@ namespace BTCPayServer.Services.Wallets entry.AbsoluteExpiration = DateTimeOffset.UtcNow + CacheSpan; return result; }); + _FetchingUTXOs.TryRemove(strategy.ToString(), out var unused); completionSource.TrySetResult(utxos); } catch (Exception ex)