MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getMaxTxFee

Method getMaxTxFee

src/interfaces/node.cpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

prepareTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected