We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ed454 commit c94f473Copy full SHA for c94f473
stackslib/src/cost_estimates/tests/fee_rate_fuzzer.rs
@@ -15,7 +15,7 @@ use crate::cost_estimates::fee_rate_fuzzer::FeeRateFuzzer;
15
use crate::cost_estimates::tests::common::make_block_receipt;
16
use crate::cost_estimates::{EstimatorError, FeeEstimator, FeeRateEstimate};
17
18
-struct ConstantFeeEstimator {}
+pub struct ConstantFeeEstimator {}
19
20
/// Returns a constant fee rate estimate.
21
impl FeeEstimator for ConstantFeeEstimator {
0 commit comments