You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly cleanups: Gets rid of isTestNet everywhere, by keeping track
of network-specific theming in a central place.
Also makes GUI no longer dependent on the network ID enumeration, which
alleviates concerns about #4802.
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+
5
+
#ifndef H_NETWORKSTYLE
6
+
#defineH_NETWORKSTYLE
7
+
8
+
#include<QIcon>
9
+
#include<QPixmap>
10
+
#include<QString>
11
+
12
+
/* Coin network-specific GUI style information */
13
+
classNetworkStyle
14
+
{
15
+
public:
16
+
/** Get style associated with provided BIP70 network id, or 0 if not known */
0 commit comments