| 193 | } |
| 194 | bool getNetworkActive() override { return g_connman && g_connman->GetNetworkActive(); } |
| 195 | CAmount getMaxTxFee() override { return ::maxTxFee; } |
| 196 | CFeeRate estimateSmartFee(int num_blocks, bool conservative, int* returned_target = nullptr) override |
| 197 | { |
| 198 | FeeCalculation fee_calc; |
no outgoing calls
no test coverage detected