MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / getCoinControlFeatures

Method getCoinControlFeatures

src/qt/optionsmodel.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; }
106 QFont getFontForMoney() const;
107 bool getCoinControlFeatures() const { return fCoinControlFeatures; }
108 bool getSubFeeFromAmount() const { return m_sub_fee_from_amount; }
109 bool getEnablePSBTControls() const { return m_enable_psbt_controls; }
110 const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; }

Callers 2

bumpFeeMethod · 0.80
setModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected