CentralMine.NET.US_Wallet.NewBlockReady C# (CSharp) Method

NewBlockReady() public method

public NewBlockReady ( ) : bool
return bool
        public override bool NewBlockReady()
        {
            return mNewBlockReady;
        }