This commit is contained in:
Kukks
2023-02-27 13:32:01 +01:00
parent c447c97028
commit 5abc385789
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<PropertyGroup>
<Product>Wabisabi Coinjoin</Product>
<Description>Allows you to integrate your btcpayserver store with coinjoins.</Description>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
</PropertyGroup>
<!-- Plugin development properties -->

View File

@@ -233,7 +233,6 @@
</p>
}
// make sure there is a round that is not a blame round
@if (coordinator.RoundStateUpdater.AnyRound && coordinator.RoundStateUpdater.RoundStates.Any(pair => pair.Value.BlameOf == uint256.Zero))
{
var round = coordinator.RoundStateUpdater.RoundStates.Last(pair => pair.Value.BlameOf == uint256.Zero).Value;