| 94 | } |
| 95 | |
| 96 | QFont fixedPitchFont(bool use_embedded_font) |
| 97 | { |
| 98 | if (use_embedded_font) { |
| 99 | return {"Roboto Mono"}; |
| 100 | } |
| 101 | return QFontDatabase::systemFont(QFontDatabase::FixedFont); |
| 102 | } |
| 103 | |
| 104 | // Generate a dummy address with invalid CRC, starting with the network prefix. |
| 105 | static std::string DummyAddress(const CChainParams ¶ms) |
no outgoing calls
no test coverage detected