qt: Treat regtest as testnet
No need to do anything special in the GUI for regtest mode, but do treat it at testnet not mainnet to prevent confusion.
This commit is contained in:
@@ -14,7 +14,7 @@ class SplashScreen : public QSplashScreen
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SplashScreen(const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = 0);
|
||||
explicit SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f, bool isTestNet);
|
||||
};
|
||||
|
||||
#endif // SPLASHSCREEN_H
|
||||
|
||||
Reference in New Issue
Block a user