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
@@ -46,6 +46,10 @@ const HOT_WALLET_TOOLTIP_TEXT: &str = "Start the wallet in Hot mode and connect
46
46
constMAIN_NETWORK_TOOLTIP:&str = "The 'Mainnet' is the main network that has coins with value.";
47
47
constTEST_NETWORK_TOOLTIP:&str = "The 'Testnet' is the network with coins that have no value, but is used for testing various applications before deploying them on Mainnet.";
48
48
49
+
// Note: these are the default values used by iced.
0 commit comments