Blockcore.Features.RPC.Exceptions.NoEstimationException.NoEstimationException C# (CSharp) Method

NoEstimationException() public method

public NoEstimationException ( int nblock ) : System
nblock int
return System
        public NoEstimationException(int nblock)
            : base("The FeeRate couldn't be estimated because of insufficient data from Bitcoin Core. Try to use smaller nBlock, or wait Bitcoin Core to gather more data.")
        {
        }
    }
NoEstimationException