aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-07-15 14:28:40 +0200
committerpracticalswift <[email protected]>2017-07-15 14:28:40 +0200
commit0189d8ed19eb435f7b355bb482ec748195a2c0b3 (patch)
treef57312242388d35e3223457508214fcf4ea52d4e /src/policy/fees.cpp
parentMerge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets (diff)
downloaddiscoin-0189d8ed19eb435f7b355bb482ec748195a2c0b3.tar.xz
discoin-0189d8ed19eb435f7b355bb482ec748195a2c0b3.zip
Fix typos
Diffstat (limited to 'src/policy/fees.cpp')
-rw-r--r--src/policy/fees.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/policy/fees.cpp b/src/policy/fees.cpp
index 03fe11a0d..b0a6a2e3d 100644
--- a/src/policy/fees.cpp
+++ b/src/policy/fees.cpp
@@ -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("CBlockPolicyEstimator::estimateRawFee unknown FeeEstimateHorizon");
}
}
@@ -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("CBlockPolicyEstimator::HighestTargetTracked unknown FeeEstimateHorizon");
}
}
}