diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 6fdb39590..6c041aea5 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.0 - 1.0.0.58 + 1.0.0.59 diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 99ebd095f..b718a2476 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -133,9 +133,9 @@ @if(!line.Status.IsFullySynched && line.Status.BitcoinStatus != null) { - - @((int)line.Status.BitcoinStatus.VerificationProgress * 100)% + + @((int)(line.Status.BitcoinStatus.VerificationProgress * 100))% }