From c81741f8fa10c479ef5cb79c0ad52944748a1fb2 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 1 Aug 2022 09:16:37 -0700 Subject: [PATCH] Adding comments --- src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index e8ea330..4478f26 100644 --- a/src/App.js +++ b/src/App.js @@ -39,15 +39,15 @@ class App extends React.Component { this.state = { wallet: false, // BCH wallet instance menuState: 0, // The current View being displayed in the app - serverUrl, - servers: defaultServerOptions, + serverUrl, // Stores the URL for the currently selected server. + servers: defaultServerOptions, // A list of back end servers. // Startup Modal showStartModal: true, // Should the startup modal be visible? asyncInitFinished: false, // Did startup finish? asyncInitSucceeded: null, // Did startup finish successfully? - modalBody: [], - hideSpinner: false + modalBody: [], // Strings displayed in the modal + hideSpinner: false // Spinner gif in modal } this.cnt = 0