@ -698,7 +698,7 @@ CFeeRate CBlockPolicyEstimator::estimateRawFee(int confTarget, double successThr
@@ -698,7 +698,7 @@ CFeeRate CBlockPolicyEstimator::estimateRawFee(int confTarget, double successThr
break ;
}
default : {
throw std : : out_of_range ( " CBlockPoicyEstimator::estimateRawFee unknown FeeEstimateHorizon " ) ;
throw std : : out_of_range ( " CBlockPol icyEstimator::estimateRawFee unknown FeeEstimateHorizon " ) ;
}
}
@ -730,7 +730,7 @@ unsigned int CBlockPolicyEstimator::HighestTargetTracked(FeeEstimateHorizon hori
@@ -730,7 +730,7 @@ unsigned int CBlockPolicyEstimator::HighestTargetTracked(FeeEstimateHorizon hori
return longStats - > GetMaxConfirms ( ) ;
}
default : {
throw std : : out_of_range ( " CBlockPoicyEstimator::HighestTargetTracked unknown FeeEstimateHorizon " ) ;
throw std : : out_of_range ( " CBlockPol icyEstimator::HighestTargetTracked unknown FeeEstimateHorizon " ) ;
}
}
}