Пример #1
0
        public void CheckFields()
        {
            rangeSig.CheckFields();

            if (mask == null || mask.Length != 32)
            {
                throw new Exception("Range Prover Type is not correct!");
            }
        }