Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Xiropht (XIRO): Fast, Lightweight and Portable Centralized Cryptocurrency.
by
digitaltradz
on 19/08/2019, 12:20:04 UTC
                    if (decimal.TryParse(numberBuilder.ToString(), out var number))
                    {
                        if (number < minRange || number > maxRange)
                        {
                            cleanGenerator = true;
                        }

var can't be a variable since it's a keyword and number not declared.

In release this may be okay, but source has this in it.

ClassUtility.cs