| 92 | bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
| 93 | bool getSubFeeFromAmount() const { return m_sub_fee_from_amount; } |
| 94 | bool getEnablePSBTControls() const { return m_enable_psbt_controls; } |
| 95 | const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |
| 96 | |
| 97 | /* Explicit setters */ |
no outgoing calls
no test coverage detected