Return the max number of confirms we're tracking */
| 143 | |
| 144 | /** Return the max number of confirms we're tracking */ |
| 145 | unsigned int GetMaxConfirms() const { return scale * confAvg.size(); } |
| 146 | |
| 147 | /** Write state of estimation data to a file*/ |
| 148 | void Write(CAutoFile& fileout) const; |
no test coverage detected