MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetMaxConfirms

Method GetMaxConfirms

src/policy/fees.cpp:145–145  ·  view source on GitHub ↗

Return the max number of confirms we're tracking */

Source from the content-addressed store, hash-verified

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;

Callers 6

estimateRawFeeMethod · 0.80
HighestTargetTrackedMethod · 0.80
MaxUsableEstimateMethod · 0.80
estimateCombinedFeeMethod · 0.80
estimateSmartFeeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected